|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeVolumeAttributeRequest
public class DescribeVolumeAttributeRequest
Container for the parameters to the DescribeVolumeAttribute operation
.
AmazonEC2.describeVolumeAttribute(DescribeVolumeAttributeRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeVolumeAttributeRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAttribute()
Returns the value of the Attribute property for this object. |
Request<DescribeVolumeAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only. |
String |
getVolumeId()
Returns the value of the VolumeId property for this object. |
int |
hashCode()
|
void |
setAttribute(String attribute)
Sets the value of the Attribute property for this object. |
void |
setAttribute(VolumeAttributeName attribute)
Sets the value of the Attribute property for this object. |
void |
setVolumeId(String volumeId)
Sets the value of the VolumeId property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeVolumeAttributeRequest |
withAttribute(String attribute)
Sets the value of the Attribute property for this object. |
DescribeVolumeAttributeRequest |
withAttribute(VolumeAttributeName attribute)
Sets the value of the Attribute property for this object. |
DescribeVolumeAttributeRequest |
withVolumeId(String volumeId)
Sets the value of the VolumeId property for this object. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeVolumeAttributeRequest()
Method Detail |
---|
public String getVolumeId()
public void setVolumeId(String volumeId)
volumeId
- The new value for the VolumeId property for this object.public DescribeVolumeAttributeRequest withVolumeId(String volumeId)
Returns a reference to this object so that method calls can be chained together.
volumeId
- The new value for the VolumeId property for this object.
public String getAttribute()
Constraints:
Allowed Values: autoEnableIO, productCodes
VolumeAttributeName
public void setAttribute(String attribute)
Constraints:
Allowed Values: autoEnableIO, productCodes
attribute
- The new value for the Attribute property for this object.VolumeAttributeName
public DescribeVolumeAttributeRequest withAttribute(String attribute)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: autoEnableIO, productCodes
attribute
- The new value for the Attribute property for this object.
VolumeAttributeName
public void setAttribute(VolumeAttributeName attribute)
Constraints:
Allowed Values: autoEnableIO, productCodes
attribute
- The new value for the Attribute property for this object.VolumeAttributeName
public DescribeVolumeAttributeRequest withAttribute(VolumeAttributeName attribute)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: autoEnableIO, productCodes
attribute
- The new value for the Attribute property for this object.
VolumeAttributeName
public Request<DescribeVolumeAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeVolumeAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |