@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EndpointItemResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EndpointItemResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
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() |
Integer |
statusCode()
The status code that's returned in the response as a result of processing the endpoint data.
|
EndpointItemResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String message()
The custom message that's returned in the response as a result of processing the endpoint data.
public final Integer statusCode()
The status code that's returned in the response as a result of processing the endpoint data.
public EndpointItemResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EndpointItemResponse.Builder,EndpointItemResponse>public static EndpointItemResponse.Builder builder()
public static Class<? extends EndpointItemResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.