public class DeleteMethodRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to delete an existing Method resource.
NOOP| Constructor and Description |
|---|
DeleteMethodRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteMethodRequest |
clone() |
boolean |
equals(Object obj) |
String |
getHttpMethod()
The HTTP verb that identifies the Method resource.
|
String |
getResourceId()
|
String |
getRestApiId()
|
int |
hashCode() |
void |
setHttpMethod(String httpMethod)
The HTTP verb that identifies the Method resource.
|
void |
setResourceId(String resourceId)
|
void |
setRestApiId(String restApiId)
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteMethodRequest |
withHttpMethod(String httpMethod)
The HTTP verb that identifies the Method resource.
|
DeleteMethodRequest |
withResourceId(String resourceId)
|
DeleteMethodRequest |
withRestApiId(String restApiId)
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic void setRestApiId(String restApiId)
public DeleteMethodRequest withRestApiId(String restApiId)
public void setResourceId(String resourceId)
public String getResourceId()
public DeleteMethodRequest withResourceId(String resourceId)
public void setHttpMethod(String httpMethod)
The HTTP verb that identifies the Method resource.
httpMethod - The HTTP verb that identifies the Method resource.public String getHttpMethod()
The HTTP verb that identifies the Method resource.
public DeleteMethodRequest withHttpMethod(String httpMethod)
The HTTP verb that identifies the Method resource.
httpMethod - The HTTP verb that identifies the Method resource.public String toString()
toString in class ObjectObject.toString()public DeleteMethodRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.