@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.ChecksumType
public String getType()
The type of the checksum.
ChecksumType
public Checksum withType(String type)
The type of the checksum.
type
- The type of the checksum.ChecksumType
public Checksum withType(ChecksumType type)
The type of the checksum.
type
- The type of the checksum.ChecksumType
public 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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.