@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information about a model.
Constructor and Description |
---|
ModelSummary() |
Modifier and Type | Method and Description |
---|---|
ModelSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
A timestamp that indicates when the model was created.
|
String |
getModelArn()
The Amazon Resource Name (ARN) of the model.
|
String |
getModelName()
The name of the model that you want a summary for.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
A timestamp that indicates when the model was created.
|
void |
setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
|
void |
setModelName(String modelName)
The name of the model that you want a summary for.
|
String |
toString()
Returns a string representation of this object.
|
ModelSummary |
withCreationTime(Date creationTime)
A timestamp that indicates when the model was created.
|
ModelSummary |
withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
|
ModelSummary |
withModelName(String modelName)
The name of the model that you want a summary for.
|
public void setModelName(String modelName)
The name of the model that you want a summary for.
modelName
- The name of the model that you want a summary for.public String getModelName()
The name of the model that you want a summary for.
public ModelSummary withModelName(String modelName)
The name of the model that you want a summary for.
modelName
- The name of the model that you want a summary for.public void setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
modelArn
- The Amazon Resource Name (ARN) of the model.public String getModelArn()
The Amazon Resource Name (ARN) of the model.
public ModelSummary withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
modelArn
- The Amazon Resource Name (ARN) of the model.public void setCreationTime(Date creationTime)
A timestamp that indicates when the model was created.
creationTime
- A timestamp that indicates when the model was created.public Date getCreationTime()
A timestamp that indicates when the model was created.
public ModelSummary withCreationTime(Date creationTime)
A timestamp that indicates when the model was created.
creationTime
- A timestamp that indicates when the model was created.public String toString()
toString
in class Object
Object.toString()
public ModelSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.