@Generated(value="software.amazon.awssdk:codegen") public final class Block extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Block.Builder,Block>
A block of data in an Amazon Elastic Block Store snapshot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Block.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
blockIndex()
The block index.
|
String |
blockToken()
The block token for the block index.
|
static Block.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Block.Builder> |
serializableBuilderClass() |
Block.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 blockToken()
The block token for the block index.
public Block.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Block.Builder,Block>public static Block.Builder builder()
public static Class<? extends Block.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.