@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Definition extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Definition() |
| Modifier and Type | Method and Description |
|---|---|
Definition |
clone() |
boolean |
equals(Object obj) |
Checksum |
getChecksum()
The checksum information of the model.
|
String |
getModelHandle()
The unique model handle.
|
String |
getS3Url()
The absolute S3 location of the model.
|
String |
getState()
The desired state of the model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setChecksum(Checksum checksum)
The checksum information of the model.
|
void |
setModelHandle(String modelHandle)
The unique model handle.
|
void |
setS3Url(String s3Url)
The absolute S3 location of the model.
|
void |
setState(String state)
The desired state of the model.
|
String |
toString()
Returns a string representation of this object.
|
Definition |
withChecksum(Checksum checksum)
The checksum information of the model.
|
Definition |
withModelHandle(String modelHandle)
The unique model handle.
|
Definition |
withS3Url(String s3Url)
The absolute S3 location of the model.
|
Definition |
withState(ModelState state)
The desired state of the model.
|
Definition |
withState(String state)
The desired state of the model.
|
public void setModelHandle(String modelHandle)
The unique model handle.
modelHandle - The unique model handle.public String getModelHandle()
The unique model handle.
public Definition withModelHandle(String modelHandle)
The unique model handle.
modelHandle - The unique model handle.public void setS3Url(String s3Url)
The absolute S3 location of the model.
s3Url - The absolute S3 location of the model.public String getS3Url()
The absolute S3 location of the model.
public Definition withS3Url(String s3Url)
The absolute S3 location of the model.
s3Url - The absolute S3 location of the model.public void setChecksum(Checksum checksum)
The checksum information of the model.
checksum - The checksum information of the model.public Checksum getChecksum()
The checksum information of the model.
public Definition withChecksum(Checksum checksum)
The checksum information of the model.
checksum - The checksum information of the model.public void setState(String state)
The desired state of the model.
state - The desired state of the model.ModelStatepublic String getState()
The desired state of the model.
ModelStatepublic Definition withState(String state)
The desired state of the model.
state - The desired state of the model.ModelStatepublic Definition withState(ModelState state)
The desired state of the model.
state - The desired state of the model.ModelStatepublic String toString()
toString in class ObjectObject.toString()public Definition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.