@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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()
 [Required] The HTTP verb of the Method resource. 
 | 
String | 
getResourceId()
 | 
String | 
getRestApiId()
 [Required] The string identifier of the associated RestApi. 
 | 
int | 
hashCode()  | 
void | 
setHttpMethod(String httpMethod)
 [Required] The HTTP verb of the Method resource. 
 | 
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. 
 | 
DeleteMethodRequest | 
withHttpMethod(String httpMethod)
 [Required] The HTTP verb of the Method resource. 
 | 
DeleteMethodRequest | 
withResourceId(String resourceId)
 | 
DeleteMethodRequest | 
withRestApiId(String restApiId)
 [Required] 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, 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 DeleteMethodRequest 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 DeleteMethodRequest withResourceId(String resourceId)
public void setHttpMethod(String httpMethod)
[Required] The HTTP verb of the Method resource.
httpMethod - [Required] The HTTP verb of the Method resource.public String getHttpMethod()
[Required] The HTTP verb of the Method resource.
public DeleteMethodRequest withHttpMethod(String httpMethod)
[Required] The HTTP verb of the Method resource.
httpMethod - [Required] The HTTP verb of the Method resource.public String toString()
toString in class ObjectObject.toString()public DeleteMethodRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.