|
||||||||||
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
A request to describe an attribute of an EBS snapshot. Only one attribute can be specified per request.
Constructor Summary | |
---|---|
DescribeSnapshotAttributeRequest()
|
Method Summary | |
---|---|
String |
getAttribute()
The name of the EBS attribute to describe. |
String |
getSnapshotId()
The ID of the EBS snapshot whose attribute is being described. |
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()
|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeSnapshotAttributeRequest()
Method Detail |
---|
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
Available attribute names: createVolumePermission
public void setAttribute(String attribute)
Available attribute names: createVolumePermission
attribute
- The name of the EBS attribute to describe. Available attribute names: createVolumePermission
public DescribeSnapshotAttributeRequest withAttribute(String attribute)
Available attribute names: createVolumePermission
Returns a reference to this object so that method calls can be chained together.
attribute
- The name of the EBS attribute to describe. Available attribute names: createVolumePermission
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |