public class DeleteMountTargetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteMountTargetRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteMountTargetRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMountTargetId()
String.
|
int |
hashCode() |
void |
setMountTargetId(String mountTargetId)
String.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteMountTargetRequest |
withMountTargetId(String mountTargetId)
String.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic void setMountTargetId(String mountTargetId)
String. The ID of the mount target to delete.
mountTargetId - String. The ID of the mount target to delete.public String getMountTargetId()
String. The ID of the mount target to delete.
public DeleteMountTargetRequest withMountTargetId(String mountTargetId)
String. The ID of the mount target to delete.
mountTargetId - String. The ID of the mount target to delete.public String toString()
toString in class ObjectObject.toString()public DeleteMountTargetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.