@Generated(value="software.amazon.awssdk:codegen") public final class CreateRouteResponseResponse extends ApiGatewayV2Response implements ToCopyableBuilder<CreateRouteResponseResponse.Builder,CreateRouteResponseResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateRouteResponseResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateRouteResponseResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelSelectionExpression()
Represents the model selection expression of a route response.
|
Map<String,String> |
responseModels()
Represents the response models of a route response.
|
Map<String,ParameterConstraints> |
responseParameters()
Represents the response parameters of a route response.
|
String |
routeResponseId()
Represents the identifier of a route response.
|
String |
routeResponseKey()
Represents the route response key of a route response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateRouteResponseResponse.Builder> |
serializableBuilderClass() |
CreateRouteResponseResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String modelSelectionExpression()
Represents the model selection expression of a route response.
public Map<String,String> responseModels()
Represents the response models of a route response.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Map<String,ParameterConstraints> responseParameters()
Represents the response parameters of a route response.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String routeResponseId()
Represents the identifier of a route response.
public String routeResponseKey()
Represents the route response key of a route response.
public CreateRouteResponseResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateRouteResponseResponse.Builder,CreateRouteResponseResponse>toBuilder in class AwsResponsepublic static CreateRouteResponseResponse.Builder builder()
public static Class<? extends CreateRouteResponseResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.