@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIntegrationResponseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a get integration response request.
NOOP
Constructor and Description |
---|
GetIntegrationResponseRequest() |
Modifier and Type | Method and Description |
---|---|
GetIntegrationResponseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHttpMethod()
Specifies a get integration response request's HTTP method.
|
String |
getResourceId()
Specifies a get integration response request's resource identifier.
|
String |
getRestApiId()
The string identifier of the associated RestApi.
|
String |
getStatusCode()
Specifies a get integration response request's status code.
|
int |
hashCode() |
void |
setHttpMethod(String httpMethod)
Specifies a get integration response request's HTTP method.
|
void |
setResourceId(String resourceId)
Specifies a get integration response request's resource identifier.
|
void |
setRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
void |
setStatusCode(String statusCode)
Specifies a get integration response request's status code.
|
String |
toString()
Returns a string representation of this object.
|
GetIntegrationResponseRequest |
withHttpMethod(String httpMethod)
Specifies a get integration response request's HTTP method.
|
GetIntegrationResponseRequest |
withResourceId(String resourceId)
Specifies a get integration response request's resource identifier.
|
GetIntegrationResponseRequest |
withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
GetIntegrationResponseRequest |
withStatusCode(String statusCode)
Specifies a get integration response request's status code.
|
addHandlerContext, 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, 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 GetIntegrationResponseRequest withRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.public void setResourceId(String resourceId)
Specifies a get integration response request's resource identifier.
resourceId
- Specifies a get integration response request's resource identifier.public String getResourceId()
Specifies a get integration response request's resource identifier.
public GetIntegrationResponseRequest withResourceId(String resourceId)
Specifies a get integration response request's resource identifier.
resourceId
- Specifies a get integration response request's resource identifier.public void setHttpMethod(String httpMethod)
Specifies a get integration response request's HTTP method.
httpMethod
- Specifies a get integration response request's HTTP method.public String getHttpMethod()
Specifies a get integration response request's HTTP method.
public GetIntegrationResponseRequest withHttpMethod(String httpMethod)
Specifies a get integration response request's HTTP method.
httpMethod
- Specifies a get integration response request's HTTP method.public void setStatusCode(String statusCode)
Specifies a get integration response request's status code.
statusCode
- Specifies a get integration response request's status code.public String getStatusCode()
Specifies a get integration response request's status code.
public GetIntegrationResponseRequest withStatusCode(String statusCode)
Specifies a get integration response request's status code.
statusCode
- Specifies a get integration response request's status code.public String toString()
toString
in class Object
Object.toString()
public GetIntegrationResponseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()