public class DescribeSnapshotAttributeRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeSnapshotAttribute operation.
Returns information about an attribute of a snapshot. Only one attribute can be specified per call.
| コンストラクタと説明 |
|---|
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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttribute()
The name of the EBS attribute to describe.
|
java.lang.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(java.lang.String attribute)
The name of the EBS attribute to describe.
|
void |
setSnapshotId(java.lang.String snapshotId)
The ID of the EBS snapshot whose attribute is being described.
|
java.lang.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(java.lang.String attribute)
The name of the EBS attribute to describe.
|
DescribeSnapshotAttributeRequest |
withSnapshotId(java.lang.String snapshotId)
The ID of the EBS snapshot whose attribute is being described.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DescribeSnapshotAttributeRequest()
public DescribeSnapshotAttributeRequest(java.lang.String snapshotId,
java.lang.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(java.lang.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 java.lang.String getSnapshotId()
public void setSnapshotId(java.lang.String snapshotId)
snapshotId - The ID of the EBS snapshot whose attribute is being described.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 EBS snapshot whose attribute is being described.public java.lang.String getAttribute()
Available attribute names: createVolumePermission
Constraints:
Allowed Values: productCodes, createVolumePermission
Available attribute names: createVolumePermission
SnapshotAttributeNamepublic void setAttribute(java.lang.String attribute)
Available attribute names: createVolumePermission
Constraints:
Allowed Values: productCodes, createVolumePermission
attribute - The name of the EBS attribute to describe. Available attribute names: createVolumePermission
SnapshotAttributeNamepublic DescribeSnapshotAttributeRequest withAttribute(java.lang.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
SnapshotAttributeNamepublic 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
SnapshotAttributeNamepublic 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
SnapshotAttributeNamepublic java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object