@Generated(value="software.amazon.awssdk:codegen") public final class DiskSnapshotInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DiskSnapshotInfo.Builder,DiskSnapshotInfo>
Describes a disk snapshot.
Modifier and Type | Class and Description |
---|---|
static interface |
DiskSnapshotInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static DiskSnapshotInfo.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DiskSnapshotInfo.Builder> |
serializableBuilderClass() |
Integer |
sizeInGb()
The size of the disk in GB (e.g.,
32 ). |
DiskSnapshotInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer sizeInGb()
The size of the disk in GB (e.g., 32
).
32
).public DiskSnapshotInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DiskSnapshotInfo.Builder,DiskSnapshotInfo>
public static DiskSnapshotInfo.Builder builder()
public static Class<? extends DiskSnapshotInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.