@Generated(value="software.amazon.awssdk:codegen") public final class ChangedBlock extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChangedBlock.Builder,ChangedBlock>
A block of data in an Amazon Elastic Block Store snapshot that is different from another snapshot of the same volume/snapshot lineage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangedBlock.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
blockIndex()
The block index.
|
static ChangedBlock.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
firstBlockToken()
The block token for the block index of the
FirstSnapshotId specified in the
ListChangedBlocks operation. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secondBlockToken()
The block token for the block index of the
SecondSnapshotId specified in the
ListChangedBlocks operation. |
static Class<? extends ChangedBlock.Builder> |
serializableBuilderClass() |
ChangedBlock.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer blockIndex()
The block index.
public final String firstBlockToken()
The block token for the block index of the FirstSnapshotId specified in the
ListChangedBlocks operation. This value is absent if the first snapshot does not have the changed
block that is on the second snapshot.
FirstSnapshotId specified in the
ListChangedBlocks operation. This value is absent if the first snapshot does not have the
changed block that is on the second snapshot.public final String secondBlockToken()
The block token for the block index of the SecondSnapshotId specified in the
ListChangedBlocks operation.
SecondSnapshotId specified in the
ListChangedBlocks operation.public ChangedBlock.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChangedBlock.Builder,ChangedBlock>public static ChangedBlock.Builder builder()
public static Class<? extends ChangedBlock.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.