@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Checksum extends Object implements Serializable, Cloneable, StructuredPojo
Information about the checksum of a model deployed on a device.
| Constructor and Description |
|---|
Checksum() |
| Modifier and Type | Method and Description |
|---|---|
Checksum |
clone() |
boolean |
equals(Object obj) |
String |
getSum()
The checksum of the model.
|
String |
getType()
The type of the checksum.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSum(String sum)
The checksum of the model.
|
void |
setType(String type)
The type of the checksum.
|
String |
toString()
Returns a string representation of this object.
|
Checksum |
withSum(String sum)
The checksum of the model.
|
Checksum |
withType(ChecksumType type)
The type of the checksum.
|
Checksum |
withType(String type)
The type of the checksum.
|
public void setType(String type)
The type of the checksum.
type - The type of the checksum.ChecksumTypepublic String getType()
The type of the checksum.
ChecksumTypepublic Checksum withType(String type)
The type of the checksum.
type - The type of the checksum.ChecksumTypepublic Checksum withType(ChecksumType type)
The type of the checksum.
type - The type of the checksum.ChecksumTypepublic void setSum(String sum)
The checksum of the model.
sum - The checksum of the model.public String getSum()
The checksum of the model.
public Checksum withSum(String sum)
The checksum of the model.
sum - The checksum of the model.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.