@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGatewayResponseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Gets a GatewayResponse of a specified response type on the given RestApi.
NOOP| Constructor and Description |
|---|
GetGatewayResponseRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetGatewayResponseRequest |
clone() |
boolean |
equals(Object obj) |
String |
getResponseType()
[Required]
|
String |
getRestApiId()
[Required] The string identifier of the associated RestApi.
|
int |
hashCode() |
void |
setResponseType(GatewayResponseType responseType)
[Required]
|
void |
setResponseType(String responseType)
[Required]
|
void |
setRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
String |
toString()
Returns a string representation of this object.
|
GetGatewayResponseRequest |
withResponseType(GatewayResponseType responseType)
[Required]
|
GetGatewayResponseRequest |
withResponseType(String responseType)
[Required]
|
GetGatewayResponseRequest |
withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId - [Required] The string identifier of the associated RestApi.public String getRestApiId()
[Required] The string identifier of the associated RestApi.
public GetGatewayResponseRequest withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId - [Required] The string identifier of the associated RestApi.public void setResponseType(String responseType)
[Required]
The response type of the associated GatewayResponse. Valid values are
responseType - [Required]
The response type of the associated GatewayResponse. Valid values are
GatewayResponseTypepublic String getResponseType()
[Required]
The response type of the associated GatewayResponse. Valid values are
The response type of the associated GatewayResponse. Valid values are
GatewayResponseTypepublic GetGatewayResponseRequest withResponseType(String responseType)
[Required]
The response type of the associated GatewayResponse. Valid values are
responseType - [Required]
The response type of the associated GatewayResponse. Valid values are
GatewayResponseTypepublic void setResponseType(GatewayResponseType responseType)
[Required]
The response type of the associated GatewayResponse. Valid values are
responseType - [Required]
The response type of the associated GatewayResponse. Valid values are
GatewayResponseTypepublic GetGatewayResponseRequest withResponseType(GatewayResponseType responseType)
[Required]
The response type of the associated GatewayResponse. Valid values are
responseType - [Required]
The response type of the associated GatewayResponse. Valid values are
GatewayResponseTypepublic String toString()
toString in class ObjectObject.toString()public GetGatewayResponseRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.