public class DeleteResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to delete a Resource.
NOOP| Constructor and Description |
|---|
DeleteResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteResourceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getResourceId()
The identifier of the Resource resource.
|
String |
getRestApiId()
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The identifier of the Resource resource.
|
void |
setRestApiId(String restApiId)
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteResourceRequest |
withResourceId(String resourceId)
The identifier of the Resource resource.
|
DeleteResourceRequest |
withRestApiId(String restApiId)
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRestApiId(String restApiId)
public DeleteResourceRequest withRestApiId(String restApiId)
public void setResourceId(String resourceId)
The identifier of the Resource resource.
resourceId - The identifier of the Resource resource.public String getResourceId()
The identifier of the Resource resource.
public DeleteResourceRequest withResourceId(String resourceId)
The identifier of the Resource resource.
resourceId - The identifier of the Resource resource.public String toString()
toString in class ObjectObject.toString()public DeleteResourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.