public class DescribeSnapshotAttributeResult extends Object implements Serializable
Constructor and Description |
---|
DescribeSnapshotAttributeResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<CreateVolumePermission> |
getCreateVolumePermissions()
A list of permissions for creating volumes from the snapshot.
|
List<ProductCode> |
getProductCodes()
A list of product codes.
|
String |
getSnapshotId()
The ID of the EBS snapshot.
|
int |
hashCode() |
void |
setCreateVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)
A list of permissions for creating volumes from the snapshot.
|
void |
setProductCodes(Collection<ProductCode> productCodes)
A list of product codes.
|
void |
setSnapshotId(String snapshotId)
The ID of the EBS snapshot.
|
String |
toString() |
public void setSnapshotId(String snapshotId)
The ID of the EBS snapshot.
snapshotId
- The ID of the EBS snapshot.public String getSnapshotId()
The ID of the EBS snapshot.
public List<CreateVolumePermission> getCreateVolumePermissions()
A list of permissions for creating volumes from the snapshot.
public void setCreateVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)
A list of permissions for creating volumes from the snapshot.
createVolumePermissions
- A list of permissions for creating volumes from the snapshot.public List<ProductCode> getProductCodes()
A list of product codes.
public void setProductCodes(Collection<ProductCode> productCodes)
A list of product codes.
productCodes
- A list of product codes.Copyright © 2010–2020. All rights reserved.