public class DescribeSnapshotAttributeRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DescribeSnapshotAttributeRequest>
DescribeSnapshotAttribute operation
.
Returns information about an attribute of a snapshot. Only one attribute can be specified per call.
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 name of the EBS attribute to describe.
|
Request<DescribeSnapshotAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getSnapshotId()
The ID of the EBS snapshot whose attribute is being described.
|
int |
hashCode() |
void |
setAttribute(SnapshotAttributeName attribute)
The name of the EBS attribute to describe.
|
void |
setAttribute(String attribute)
The name of the EBS attribute to describe.
|
void |
setSnapshotId(String snapshotId)
The ID of the EBS snapshot whose attribute is being described.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSnapshotAttributeRequest |
withAttribute(SnapshotAttributeName attribute)
The name of the EBS attribute to describe.
|
DescribeSnapshotAttributeRequest |
withAttribute(String attribute)
The name of the EBS attribute to describe.
|
DescribeSnapshotAttributeRequest |
withSnapshotId(String snapshotId)
The ID of the EBS snapshot whose attribute is being described.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public DescribeSnapshotAttributeRequest()
public DescribeSnapshotAttributeRequest(String snapshotId, String attribute)
snapshotId
- The ID of the EBS snapshot whose attribute is being
described.attribute
- The name of the EBS attribute to describe. Available attribute names: createVolumePermission
public DescribeSnapshotAttributeRequest(String snapshotId, SnapshotAttributeName attribute)
snapshotId
- The ID of the EBS snapshot whose attribute is being
described.attribute
- The name of the EBS attribute to describe. Available attribute names: createVolumePermission
public String getSnapshotId()
public void setSnapshotId(String snapshotId)
snapshotId
- The ID of the EBS snapshot whose attribute is being described.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 whose attribute is being described.public String getAttribute()
Available attribute names: createVolumePermission
Constraints:
Allowed Values: productCodes, createVolumePermission
Available attribute names: createVolumePermission
SnapshotAttributeName
public void setAttribute(String attribute)
Available attribute names: createVolumePermission
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute
- The name of the EBS attribute to describe. Available attribute names: createVolumePermission
SnapshotAttributeName
public DescribeSnapshotAttributeRequest withAttribute(String attribute)
Available attribute names: createVolumePermission
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute
- The name of the EBS attribute to describe. Available attribute names: createVolumePermission
SnapshotAttributeName
public void setAttribute(SnapshotAttributeName attribute)
Available attribute names: createVolumePermission
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute
- The name of the EBS attribute to describe. Available attribute names: createVolumePermission
SnapshotAttributeName
public DescribeSnapshotAttributeRequest withAttribute(SnapshotAttributeName attribute)
Available attribute names: createVolumePermission
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute
- The name of the EBS attribute to describe. Available attribute names: createVolumePermission
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.