Class Checksum
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakeredge.model.Checksum
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Checksum.Builder,Checksum>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChecksum.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Checksum.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Checksum.Builder>serializableBuilderClass()Stringsum()The checksum of the model.Checksum.BuildertoBuilder()StringtoString()Returns a string representation of this object.ChecksumTypetype()The type of the checksum.StringtypeAsString()The type of the checksum.-
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
-
type
public final ChecksumType type()
The type of the checksum.
If the service returns an enum value that is not available in the current SDK version,
typewill returnChecksumType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the checksum.
- See Also:
ChecksumType
-
typeAsString
public final String typeAsString()
The type of the checksum.
If the service returns an enum value that is not available in the current SDK version,
typewill returnChecksumType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the checksum.
- See Also:
ChecksumType
-
sum
public final String sum()
The checksum of the model.
- Returns:
- The checksum of the model.
-
toBuilder
public Checksum.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Checksum.Builder,Checksum>
-
builder
public static Checksum.Builder builder()
-
serializableBuilderClass
public static Class<? extends Checksum.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.
-
-