@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() |
String |
getRestApiId()
The string identifier of the associated RestApi.
|
int |
hashCode() |
void |
setResponseType(GatewayResponseType responseType) |
void |
setResponseType(String responseType) |
void |
setRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetGatewayResponseRequest |
withResponseType(GatewayResponseType responseType) |
GetGatewayResponseRequest |
withResponseType(String responseType) |
GetGatewayResponseRequest |
withRestApiId(String restApiId)
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, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.public String getRestApiId()
The string identifier of the associated RestApi.
public GetGatewayResponseRequest withRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.public void setResponseType(String responseType)
The response type of the associated GatewayResponse. Valid values are
responseType
- The response type of the associated GatewayResponse. Valid values are
GatewayResponseType
public String getResponseType()
The response type of the associated GatewayResponse. Valid values are
GatewayResponseType
public GetGatewayResponseRequest withResponseType(String responseType)
The response type of the associated GatewayResponse. Valid values are
responseType
- The response type of the associated GatewayResponse. Valid values are
GatewayResponseType
public void setResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse. Valid values are
responseType
- The response type of the associated GatewayResponse. Valid values are
GatewayResponseType
public GetGatewayResponseRequest withResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse. Valid values are
responseType
- The response type of the associated GatewayResponse. Valid values are
GatewayResponseType
public String toString()
toString
in class Object
Object.toString()
public GetGatewayResponseRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2017. All rights reserved.