@Generated(value="software.amazon.awssdk:codegen") public final class Checksum extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Checksum.Builder,Checksum>
Information about the checksum of a model deployed on a device.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Checksum.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Checksum.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 Checksum.Builder> |
serializableBuilderClass() |
String |
sum()
The checksum of the model.
|
Checksum.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ChecksumType |
type()
The type of the checksum.
|
String |
typeAsString()
The type of the checksum.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ChecksumType type()
The type of the checksum.
If the service returns an enum value that is not available in the current SDK version, type will return
ChecksumType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ChecksumTypepublic final String typeAsString()
The type of the checksum.
If the service returns an enum value that is not available in the current SDK version, type will return
ChecksumType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ChecksumTypepublic final String sum()
The checksum of the model.
public Checksum.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Checksum.Builder,Checksum>public static Checksum.Builder builder()
public static Class<? extends Checksum.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.