@Generated(value="software.amazon.awssdk:codegen") public final class PutSnapshotBlockResponse extends EbsResponse implements ToCopyableBuilder<PutSnapshotBlockResponse.Builder,PutSnapshotBlockResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutSnapshotBlockResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutSnapshotBlockResponse.Builder |
builder() |
String |
checksum()
The SHA256 checksum generated for the block data by Amazon EBS.
|
ChecksumAlgorithm |
checksumAlgorithm()
The algorithm used by Amazon EBS to generate the checksum.
|
String |
checksumAlgorithmAsString()
The algorithm used by Amazon EBS to generate the checksum.
|
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 PutSnapshotBlockResponse.Builder> |
serializableBuilderClass() |
PutSnapshotBlockResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String checksum()
The SHA256 checksum generated for the block data by Amazon EBS.
public final ChecksumAlgorithm checksumAlgorithm()
The algorithm used by Amazon EBS to generate the checksum.
If the service returns an enum value that is not available in the current SDK version, checksumAlgorithm
will return ChecksumAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from checksumAlgorithmAsString().
ChecksumAlgorithmpublic final String checksumAlgorithmAsString()
The algorithm used by Amazon EBS to generate the checksum.
If the service returns an enum value that is not available in the current SDK version, checksumAlgorithm
will return ChecksumAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from checksumAlgorithmAsString().
ChecksumAlgorithmpublic PutSnapshotBlockResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutSnapshotBlockResponse.Builder,PutSnapshotBlockResponse>toBuilder in class AwsResponsepublic static PutSnapshotBlockResponse.Builder builder()
public static Class<? extends PutSnapshotBlockResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.