public class DescribeSnapshotAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeSnapshotAttributeRequest>
DescribeSnapshotAttribute operation.
Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time.
For more information about EBS snapshots, see Amazon EBS Snapshots in the Amazon Elastic Compute Cloud User Guide .
NOOP| Constructor and Description |
|---|
DescribeSnapshotAttributeRequest()
Default constructor for a new DescribeSnapshotAttributeRequest object.
|
DescribeSnapshotAttributeRequest(String snapshotId,
SnapshotAttributeName attribute)
Constructs a new DescribeSnapshotAttributeRequest object.
|
DescribeSnapshotAttributeRequest(String snapshotId,
String attribute)
Constructs a new DescribeSnapshotAttributeRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotAttributeRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAttribute()
The snapshot attribute you would like to view.
|
Request<DescribeSnapshotAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getSnapshotId()
The ID of the EBS snapshot.
|
int |
hashCode() |
void |
setAttribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view.
|
void |
setAttribute(String attribute)
The snapshot attribute you would like to view.
|
void |
setSnapshotId(String snapshotId)
The ID of the EBS snapshot.
|
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(String attribute)
The snapshot attribute you would like to view.
|
DescribeSnapshotAttributeRequest |
withSnapshotId(String snapshotId)
The ID of the EBS snapshot.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeSnapshotAttributeRequest()
public DescribeSnapshotAttributeRequest(String snapshotId, String attribute)
snapshotId - The ID of the EBS snapshot.attribute - The snapshot attribute you would like to view.public DescribeSnapshotAttributeRequest(String snapshotId, SnapshotAttributeName attribute)
snapshotId - The ID of the EBS snapshot.attribute - The snapshot attribute you would like to view.public String getSnapshotId()
public void setSnapshotId(String snapshotId)
snapshotId - The ID of the EBS snapshot.public DescribeSnapshotAttributeRequest withSnapshotId(String snapshotId)
Returns a reference to this object so that method calls can be chained together.
snapshotId - The ID of the EBS snapshot.public String getAttribute()
Constraints:
Allowed Values: productCodes, createVolumePermission
SnapshotAttributeNamepublic void setAttribute(String attribute)
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute - The snapshot attribute you would like to view.SnapshotAttributeNamepublic DescribeSnapshotAttributeRequest withAttribute(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 String toString()
toString in class ObjectObject.toString()public DescribeSnapshotAttributeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.