@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRouteResponseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateRouteResponseResult() |
Modifier and Type | Method and Description |
---|---|
CreateRouteResponseResult |
addResponseModelsEntry(String key,
String value)
Add a single ResponseModels entry
|
CreateRouteResponseResult |
addResponseParametersEntry(String key,
ParameterConstraints value)
Add a single ResponseParameters entry
|
CreateRouteResponseResult |
clearResponseModelsEntries()
Removes all the entries added into ResponseModels.
|
CreateRouteResponseResult |
clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
CreateRouteResponseResult |
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.
|
CreateRouteResponseResult |
withModelSelectionExpression(String modelSelectionExpression)
Represents the model selection expression of a route response.
|
CreateRouteResponseResult |
withResponseModels(Map<String,String> responseModels)
Represents the response models of a route response.
|
CreateRouteResponseResult |
withResponseParameters(Map<String,ParameterConstraints> responseParameters)
Represents the response parameters of a route response.
|
CreateRouteResponseResult |
withRouteResponseId(String routeResponseId)
Represents the identifier of a route response.
|
CreateRouteResponseResult |
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 CreateRouteResponseResult 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 CreateRouteResponseResult withResponseModels(Map<String,String> responseModels)
Represents the response models of a route response.
responseModels
- Represents the response models of a route response.public CreateRouteResponseResult addResponseModelsEntry(String key, String value)
public CreateRouteResponseResult 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 CreateRouteResponseResult withResponseParameters(Map<String,ParameterConstraints> responseParameters)
Represents the response parameters of a route response.
responseParameters
- Represents the response parameters of a route response.public CreateRouteResponseResult addResponseParametersEntry(String key, ParameterConstraints value)
public CreateRouteResponseResult 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 CreateRouteResponseResult 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 CreateRouteResponseResult 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 CreateRouteResponseResult clone()