@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRouteResponseResponse extends ApiGatewayV2Response implements ToCopyableBuilder<UpdateRouteResponseResponse.Builder,UpdateRouteResponseResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRouteResponseResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRouteResponseResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasResponseModels()
Returns true if the ResponseModels property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasResponseParameters()
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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 UpdateRouteResponseResponse.Builder> |
serializableBuilderClass() |
UpdateRouteResponseResponse.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. Supported only for WebSocket APIs.
public boolean hasResponseModels()
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.
You can use hasResponseModels() to see if a value was sent in this field.
public boolean hasResponseParameters()
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.
You can use hasResponseParameters() to see if a value was sent in this field.
public String routeResponseId()
Represents the identifier of a route response.
public String routeResponseKey()
Represents the route response key of a route response.
public UpdateRouteResponseResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRouteResponseResponse.Builder,UpdateRouteResponseResponse>toBuilder in class AwsResponsepublic static UpdateRouteResponseResponse.Builder builder()
public static Class<? extends UpdateRouteResponseResponse.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 © 2020. All rights reserved.