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() |
boolean |
equals(Object obj) |
String |
getHttpMethod()
Specifies the put method request's HTTP method type.
|
String |
getResourceId()
|
String |
getRestApiId()
|
int |
hashCode() |
void |
setHttpMethod(String httpMethod)
Specifies the put method request's HTTP method type.
|
void |
setResourceId(String resourceId)
|
void |
setRestApiId(String restApiId)
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetMethodRequest |
withHttpMethod(String httpMethod)
Specifies the put method request's HTTP method type.
|
GetMethodRequest |
withResourceId(String resourceId)
|
GetMethodRequest |
withRestApiId(String restApiId)
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRestApiId(String restApiId)
public GetMethodRequest withRestApiId(String restApiId)
public void setResourceId(String resourceId)
public String getResourceId()
public GetMethodRequest withResourceId(String resourceId)
public void setHttpMethod(String httpMethod)
Specifies the put method request's HTTP method type.
httpMethod
- Specifies the put method request's HTTP method type.public String getHttpMethod()
Specifies the put method request's HTTP method type.
public GetMethodRequest withHttpMethod(String httpMethod)
Specifies the put method request's HTTP method type.
httpMethod
- Specifies the put method request's HTTP method type.public String toString()
toString
in class Object
Object.toString()
public GetMethodRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.