public class DescribeSnapshotAttributeRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DescribeSnapshotAttributeRequest>
DescribeSnapshotAttribute operation
.
Describes an 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 .
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 |
---|---|
boolean |
equals(Object obj) |
String |
getAttribute()
The snapshot attribute.
|
Request<DescribeSnapshotAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getSnapshotId()
The ID of the Amazon EBS snapshot.
|
int |
hashCode() |
void |
setAttribute(SnapshotAttributeName attribute)
The snapshot attribute.
|
void |
setAttribute(String attribute)
The snapshot attribute.
|
void |
setSnapshotId(String snapshotId)
The ID of the Amazon EBS snapshot.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSnapshotAttributeRequest |
withAttribute(SnapshotAttributeName attribute)
The snapshot attribute.
|
DescribeSnapshotAttributeRequest |
withAttribute(String attribute)
The snapshot attribute.
|
DescribeSnapshotAttributeRequest |
withSnapshotId(String snapshotId)
The ID of the Amazon EBS snapshot.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public DescribeSnapshotAttributeRequest()
public DescribeSnapshotAttributeRequest(String snapshotId, String attribute)
snapshotId
- The ID of the Amazon EBS snapshot.attribute
- The snapshot attribute.public DescribeSnapshotAttributeRequest(String snapshotId, SnapshotAttributeName attribute)
snapshotId
- The ID of the Amazon EBS snapshot.attribute
- The snapshot attribute.public String getSnapshotId()
public void setSnapshotId(String snapshotId)
snapshotId
- The ID of the Amazon 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 Amazon EBS snapshot.public String getAttribute()
Constraints:
Allowed Values: productCodes, createVolumePermission
SnapshotAttributeName
public void setAttribute(String attribute)
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute
- The snapshot attribute.SnapshotAttributeName
public 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.SnapshotAttributeName
public void setAttribute(SnapshotAttributeName attribute)
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute
- The snapshot attribute.SnapshotAttributeName
public 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.SnapshotAttributeName
public Request<DescribeSnapshotAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeSnapshotAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.