Class ChangedBlock
- java.lang.Object
-
- software.amazon.awssdk.services.ebs.model.ChangedBlock
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChangedBlock.Builder,ChangedBlock>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChangedBlock.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerblockIndex()The block index.static ChangedBlock.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfirstBlockToken()The block token for the block index of theFirstSnapshotIdspecified in theListChangedBlocksoperation.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsecondBlockToken()The block token for the block index of theSecondSnapshotIdspecified in theListChangedBlocksoperation.static Class<? extends ChangedBlock.Builder>serializableBuilderClass()ChangedBlock.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
blockIndex
public final Integer blockIndex()
The block index.
- Returns:
- The block index.
-
firstBlockToken
public final String firstBlockToken()
The block token for the block index of the
FirstSnapshotIdspecified in theListChangedBlocksoperation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.- Returns:
- The block token for the block index of the
FirstSnapshotIdspecified in theListChangedBlocksoperation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.
-
secondBlockToken
public final String secondBlockToken()
The block token for the block index of the
SecondSnapshotIdspecified in theListChangedBlocksoperation.- Returns:
- The block token for the block index of the
SecondSnapshotIdspecified in theListChangedBlocksoperation.
-
toBuilder
public ChangedBlock.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChangedBlock.Builder,ChangedBlock>
-
builder
public static ChangedBlock.Builder builder()
-
serializableBuilderClass
public static Class<? extends ChangedBlock.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-