public class DeregisterVolumeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeregisterVolume operation.
Deregisters an Amazon EBS volume. The volume can then be registered by another stack. For more information, see Resource Management .
Required Permissions : To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .
NOOP| Constructor and Description |
|---|
DeregisterVolumeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeregisterVolumeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getVolumeId()
The AWS OpsWorks volume ID, which is the GUID that AWS OpsWorks
assigned to the instance when you registered the volume with the
stack, not the Amazon EC2 volume ID.
|
int |
hashCode() |
void |
setVolumeId(String volumeId)
The AWS OpsWorks volume ID, which is the GUID that AWS OpsWorks
assigned to the instance when you registered the volume with the
stack, not the Amazon EC2 volume ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeregisterVolumeRequest |
withVolumeId(String volumeId)
The AWS OpsWorks volume ID, which is the GUID that AWS OpsWorks
assigned to the instance when you registered the volume with the
stack, not the Amazon EC2 volume ID.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getVolumeId()
public void setVolumeId(String volumeId)
volumeId - The AWS OpsWorks volume ID, which is the GUID that AWS OpsWorks
assigned to the instance when you registered the volume with the
stack, not the Amazon EC2 volume ID.public DeregisterVolumeRequest withVolumeId(String volumeId)
Returns a reference to this object so that method calls can be chained together.
volumeId - The AWS OpsWorks volume ID, which is the GUID that AWS OpsWorks
assigned to the instance when you registered the volume with the
stack, not the Amazon EC2 volume ID.public String toString()
toString in class ObjectObject.toString()public DeregisterVolumeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.