ToCopyableBuilder<CreateSnapshotResponse.Builder,CreateSnapshotResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateSnapshotResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateSnapshotResponse.Builder,CreateSnapshotResponse>
A JSON object containing the following fields:
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateSnapshotResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateSnapshotResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateSnapshotResponse.Builder> |
serializableBuilderClass() |
|
String |
snapshotId() |
The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon
Elastic Compute Cloud API
DescribeSnapshots ) or creating a volume from a snapshot
(CreateStorediSCSIVolume). |
CreateSnapshotResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
volumeARN() |
The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String volumeARN()
The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.
public String snapshotId()
The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon
Elastic Compute Cloud API DescribeSnapshots
) or creating a volume from a snapshot
(CreateStorediSCSIVolume).
DescribeSnapshots
) or creating a volume from a snapshot
(CreateStorediSCSIVolume).public CreateSnapshotResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateSnapshotResponse.Builder,CreateSnapshotResponse>
public static CreateSnapshotResponse.Builder builder()
public static Class<? extends CreateSnapshotResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.