@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelDigests extends Object implements Serializable, Cloneable, StructuredPojo
Provides information to verify the integrity of stored model artifacts.
| Constructor and Description | 
|---|
| ModelDigests() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelDigests | clone() | 
| boolean | equals(Object obj) | 
| String | getArtifactDigest()
 Provides a hash value that uniquely identifies the stored model artifacts. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setArtifactDigest(String artifactDigest)
 Provides a hash value that uniquely identifies the stored model artifacts. | 
| String | toString()Returns a string representation of this object. | 
| ModelDigests | withArtifactDigest(String artifactDigest)
 Provides a hash value that uniquely identifies the stored model artifacts. | 
public void setArtifactDigest(String artifactDigest)
Provides a hash value that uniquely identifies the stored model artifacts.
artifactDigest - Provides a hash value that uniquely identifies the stored model artifacts.public String getArtifactDigest()
Provides a hash value that uniquely identifies the stored model artifacts.
public ModelDigests withArtifactDigest(String artifactDigest)
Provides a hash value that uniquely identifies the stored model artifacts.
artifactDigest - Provides a hash value that uniquely identifies the stored model artifacts.public String toString()
toString in class ObjectObject.toString()public ModelDigests clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.