@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRouteResponseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRouteResponseResult() |
Modifier and Type | Method and Description |
---|---|
GetRouteResponseResult |
addResponseModelsEntry(String key,
String value)
Add a single ResponseModels entry
|
GetRouteResponseResult |
addResponseParametersEntry(String key,
ParameterConstraints value)
Add a single ResponseParameters entry
|
GetRouteResponseResult |
clearResponseModelsEntries()
Removes all the entries added into ResponseModels.
|
GetRouteResponseResult |
clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
GetRouteResponseResult |
clone() |
boolean |
equals(Object obj) |
String |
getModelSelectionExpression()
Represents the model selection expression of a route response.
|
Map<String,String> |
getResponseModels()
Represents the response models of a route response.
|
Map<String,ParameterConstraints> |
getResponseParameters()
Represents the response parameters of a route response.
|
String |
getRouteResponseId()
Represents the identifier of a route response.
|
String |
getRouteResponseKey()
Represents the route response key of a route response.
|
int |
hashCode() |
void |
setModelSelectionExpression(String modelSelectionExpression)
Represents the model selection expression of a route response.
|
void |
setResponseModels(Map<String,String> responseModels)
Represents the response models of a route response.
|
void |
setResponseParameters(Map<String,ParameterConstraints> responseParameters)
Represents the response parameters of a route response.
|
void |
setRouteResponseId(String routeResponseId)
Represents the identifier of a route response.
|
void |
setRouteResponseKey(String routeResponseKey)
Represents the route response key of a route response.
|
String |
toString()
Returns a string representation of this object.
|
GetRouteResponseResult |
withModelSelectionExpression(String modelSelectionExpression)
Represents the model selection expression of a route response.
|
GetRouteResponseResult |
withResponseModels(Map<String,String> responseModels)
Represents the response models of a route response.
|
GetRouteResponseResult |
withResponseParameters(Map<String,ParameterConstraints> responseParameters)
Represents the response parameters of a route response.
|
GetRouteResponseResult |
withRouteResponseId(String routeResponseId)
Represents the identifier of a route response.
|
GetRouteResponseResult |
withRouteResponseKey(String routeResponseKey)
Represents the route response key of a route response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelSelectionExpression(String modelSelectionExpression)
Represents the model selection expression of a route response. Supported only for WebSocket APIs.
modelSelectionExpression
- Represents the model selection expression of a route response. Supported only for WebSocket APIs.public String getModelSelectionExpression()
Represents the model selection expression of a route response. Supported only for WebSocket APIs.
public GetRouteResponseResult withModelSelectionExpression(String modelSelectionExpression)
Represents the model selection expression of a route response. Supported only for WebSocket APIs.
modelSelectionExpression
- Represents the model selection expression of a route response. Supported only for WebSocket APIs.public Map<String,String> getResponseModels()
Represents the response models of a route response.
public void setResponseModels(Map<String,String> responseModels)
Represents the response models of a route response.
responseModels
- Represents the response models of a route response.public GetRouteResponseResult withResponseModels(Map<String,String> responseModels)
Represents the response models of a route response.
responseModels
- Represents the response models of a route response.public GetRouteResponseResult addResponseModelsEntry(String key, String value)
public GetRouteResponseResult clearResponseModelsEntries()
public Map<String,ParameterConstraints> getResponseParameters()
Represents the response parameters of a route response.
public void setResponseParameters(Map<String,ParameterConstraints> responseParameters)
Represents the response parameters of a route response.
responseParameters
- Represents the response parameters of a route response.public GetRouteResponseResult withResponseParameters(Map<String,ParameterConstraints> responseParameters)
Represents the response parameters of a route response.
responseParameters
- Represents the response parameters of a route response.public GetRouteResponseResult addResponseParametersEntry(String key, ParameterConstraints value)
public GetRouteResponseResult clearResponseParametersEntries()
public void setRouteResponseId(String routeResponseId)
Represents the identifier of a route response.
routeResponseId
- Represents the identifier of a route response.public String getRouteResponseId()
Represents the identifier of a route response.
public GetRouteResponseResult withRouteResponseId(String routeResponseId)
Represents the identifier of a route response.
routeResponseId
- Represents the identifier of a route response.public void setRouteResponseKey(String routeResponseKey)
Represents the route response key of a route response.
routeResponseKey
- Represents the route response key of a route response.public String getRouteResponseKey()
Represents the route response key of a route response.
public GetRouteResponseResult withRouteResponseKey(String routeResponseKey)
Represents the route response key of a route response.
routeResponseKey
- Represents the route response key of a route response.public String toString()
toString
in class Object
Object.toString()
public GetRouteResponseResult clone()