ToCopyableBuilder<DescribeSnapshotAttributeResponse.Builder,DescribeSnapshotAttributeResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeSnapshotAttributeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeSnapshotAttributeResponse.Builder,DescribeSnapshotAttributeResponse>
Contains the output of DescribeSnapshotAttribute.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeSnapshotAttributeResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeSnapshotAttributeResponse.Builder |
builder() |
|
List<CreateVolumePermission> |
createVolumePermissions() |
A list of permissions for creating volumes from the snapshot.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<ProductCode> |
productCodes() |
A list of product codes.
|
static Class<? extends DescribeSnapshotAttributeResponse.Builder> |
serializableBuilderClass() |
|
String |
snapshotId() |
The ID of the EBS snapshot.
|
DescribeSnapshotAttributeResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<CreateVolumePermission> createVolumePermissions()
A list of permissions for creating volumes from the snapshot.
public List<ProductCode> productCodes()
A list of product codes.
public String snapshotId()
The ID of the EBS snapshot.
public DescribeSnapshotAttributeResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeSnapshotAttributeResponse.Builder,DescribeSnapshotAttributeResponse>
public static DescribeSnapshotAttributeResponse.Builder builder()
public static Class<? extends DescribeSnapshotAttributeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.