@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMethodRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to describe an existing Method resource.
NOOP| Constructor and Description | 
|---|
| GetMethodRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetMethodRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getHttpMethod()
 [Required] Specifies the method request's HTTP method type. | 
| String | getResourceId() | 
| String | getRestApiId()
 [Required] The string identifier of the associated RestApi. | 
| int | hashCode() | 
| void | setHttpMethod(String httpMethod)
 [Required] Specifies the method request's HTTP method type. | 
| void | setResourceId(String resourceId) | 
| void | setRestApiId(String restApiId)
 [Required] The string identifier of the associated RestApi. | 
| String | toString()Returns a string representation of this object. | 
| GetMethodRequest | withHttpMethod(String httpMethod)
 [Required] Specifies the method request's HTTP method type. | 
| GetMethodRequest | withResourceId(String resourceId) | 
| GetMethodRequest | withRestApiId(String restApiId)
 [Required] The string identifier of the associated RestApi. | 
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, 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 GetMethodRequest withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId - [Required] The string identifier of the associated RestApi.public void setResourceId(String resourceId)
public String getResourceId()
public GetMethodRequest withResourceId(String resourceId)
public void setHttpMethod(String httpMethod)
[Required] Specifies the method request's HTTP method type.
httpMethod - [Required] Specifies the method request's HTTP method type.public String getHttpMethod()
[Required] Specifies the method request's HTTP method type.
public GetMethodRequest withHttpMethod(String httpMethod)
[Required] Specifies the method request's HTTP method type.
httpMethod - [Required] Specifies the method request's HTTP method type.public String toString()
toString in class ObjectObject.toString()public GetMethodRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()