|
|||||||
| 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.DescribeSnapshotAttributeRequest
public class DescribeSnapshotAttributeRequest
Container for the parameters to the DescribeSnapshotAttribute operation.
Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time.
For more information about Amazon EBS snapshots, see Amazon EBS Snapshots in the Amazon Elastic Compute Cloud User Guide .
AmazonEC2.describeSnapshotAttribute(DescribeSnapshotAttributeRequest),
Serialized Form| Constructor Summary | |
|---|---|
DescribeSnapshotAttributeRequest()
Default constructor for a new DescribeSnapshotAttributeRequest object. |
|
DescribeSnapshotAttributeRequest(java.lang.String snapshotId,
SnapshotAttributeName attribute)
Constructs a new DescribeSnapshotAttributeRequest object. |
|
DescribeSnapshotAttributeRequest(java.lang.String snapshotId,
java.lang.String attribute)
Constructs a new DescribeSnapshotAttributeRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAttribute()
The snapshot attribute you would like to view. |
Request<DescribeSnapshotAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only. |
java.lang.String |
getSnapshotId()
The ID of the Amazon EBS snapshot. |
int |
hashCode()
|
void |
setAttribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view. |
void |
setAttribute(java.lang.String attribute)
The snapshot attribute you would like to view. |
void |
setSnapshotId(java.lang.String snapshotId)
The ID of the Amazon EBS snapshot. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeSnapshotAttributeRequest |
withAttribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view. |
DescribeSnapshotAttributeRequest |
withAttribute(java.lang.String attribute)
The snapshot attribute you would like to view. |
DescribeSnapshotAttributeRequest |
withSnapshotId(java.lang.String snapshotId)
The ID of the Amazon EBS snapshot. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeSnapshotAttributeRequest()
public DescribeSnapshotAttributeRequest(java.lang.String snapshotId,
java.lang.String attribute)
snapshotId - The ID of the Amazon EBS snapshot.attribute - The snapshot attribute you would like to view.
public DescribeSnapshotAttributeRequest(java.lang.String snapshotId,
SnapshotAttributeName attribute)
snapshotId - The ID of the Amazon EBS snapshot.attribute - The snapshot attribute you would like to view.| Method Detail |
|---|
public java.lang.String getSnapshotId()
public void setSnapshotId(java.lang.String snapshotId)
snapshotId - The ID of the Amazon EBS snapshot.public DescribeSnapshotAttributeRequest withSnapshotId(java.lang.String snapshotId)
Returns a reference to this object so that method calls can be chained together.
snapshotId - The ID of the Amazon EBS snapshot.
public java.lang.String getAttribute()
Constraints:
Allowed Values: productCodes, createVolumePermission
SnapshotAttributeNamepublic void setAttribute(java.lang.String attribute)
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute - The snapshot attribute you would like to view.SnapshotAttributeNamepublic DescribeSnapshotAttributeRequest withAttribute(java.lang.String attribute)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute - The snapshot attribute you would like to view.
SnapshotAttributeNamepublic void setAttribute(SnapshotAttributeName attribute)
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute - The snapshot attribute you would like to view.SnapshotAttributeNamepublic DescribeSnapshotAttributeRequest withAttribute(SnapshotAttributeName attribute)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute - The snapshot attribute you would like to view.
SnapshotAttributeNamepublic Request<DescribeSnapshotAttributeRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeSnapshotAttributeRequest>public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||