Class EndpointItemResponse
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.EndpointItemResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EndpointItemResponse.Builder,EndpointItemResponse>
@Generated("software.amazon.awssdk:codegen") public final class EndpointItemResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointItemResponse.Builder,EndpointItemResponse>
Provides the status code and message that result from processing data for an endpoint.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEndpointItemResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointItemResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()The custom message that's returned in the response as a result of processing the endpoint data.List<SdkField<?>>sdkFields()static Class<? extends EndpointItemResponse.Builder>serializableBuilderClass()IntegerstatusCode()The status code that's returned in the response as a result of processing the endpoint data.EndpointItemResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
message
public final String message()
The custom message that's returned in the response as a result of processing the endpoint data.
- Returns:
- The custom message that's returned in the response as a result of processing the endpoint data.
-
statusCode
public final Integer statusCode()
The status code that's returned in the response as a result of processing the endpoint data.
- Returns:
- The status code that's returned in the response as a result of processing the endpoint data.
-
toBuilder
public EndpointItemResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EndpointItemResponse.Builder,EndpointItemResponse>
-
builder
public static EndpointItemResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends EndpointItemResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-