@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelPackageGroupSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about a model group.
Constructor and Description |
---|
ModelPackageGroupSummary() |
Modifier and Type | Method and Description |
---|---|
ModelPackageGroupSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time that the model group was created.
|
String |
getModelPackageGroupArn()
The Amazon Resource Name (ARN) of the model group.
|
String |
getModelPackageGroupDescription()
A description of the model group.
|
String |
getModelPackageGroupName()
The name of the model group.
|
String |
getModelPackageGroupStatus()
The status of the model group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The time that the model group was created.
|
void |
setModelPackageGroupArn(String modelPackageGroupArn)
The Amazon Resource Name (ARN) of the model group.
|
void |
setModelPackageGroupDescription(String modelPackageGroupDescription)
A description of the model group.
|
void |
setModelPackageGroupName(String modelPackageGroupName)
The name of the model group.
|
void |
setModelPackageGroupStatus(String modelPackageGroupStatus)
The status of the model group.
|
String |
toString()
Returns a string representation of this object.
|
ModelPackageGroupSummary |
withCreationTime(Date creationTime)
The time that the model group was created.
|
ModelPackageGroupSummary |
withModelPackageGroupArn(String modelPackageGroupArn)
The Amazon Resource Name (ARN) of the model group.
|
ModelPackageGroupSummary |
withModelPackageGroupDescription(String modelPackageGroupDescription)
A description of the model group.
|
ModelPackageGroupSummary |
withModelPackageGroupName(String modelPackageGroupName)
The name of the model group.
|
ModelPackageGroupSummary |
withModelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)
The status of the model group.
|
ModelPackageGroupSummary |
withModelPackageGroupStatus(String modelPackageGroupStatus)
The status of the model group.
|
public void setModelPackageGroupName(String modelPackageGroupName)
The name of the model group.
modelPackageGroupName
- The name of the model group.public String getModelPackageGroupName()
The name of the model group.
public ModelPackageGroupSummary withModelPackageGroupName(String modelPackageGroupName)
The name of the model group.
modelPackageGroupName
- The name of the model group.public void setModelPackageGroupArn(String modelPackageGroupArn)
The Amazon Resource Name (ARN) of the model group.
modelPackageGroupArn
- The Amazon Resource Name (ARN) of the model group.public String getModelPackageGroupArn()
The Amazon Resource Name (ARN) of the model group.
public ModelPackageGroupSummary withModelPackageGroupArn(String modelPackageGroupArn)
The Amazon Resource Name (ARN) of the model group.
modelPackageGroupArn
- The Amazon Resource Name (ARN) of the model group.public void setModelPackageGroupDescription(String modelPackageGroupDescription)
A description of the model group.
modelPackageGroupDescription
- A description of the model group.public String getModelPackageGroupDescription()
A description of the model group.
public ModelPackageGroupSummary withModelPackageGroupDescription(String modelPackageGroupDescription)
A description of the model group.
modelPackageGroupDescription
- A description of the model group.public void setCreationTime(Date creationTime)
The time that the model group was created.
creationTime
- The time that the model group was created.public Date getCreationTime()
The time that the model group was created.
public ModelPackageGroupSummary withCreationTime(Date creationTime)
The time that the model group was created.
creationTime
- The time that the model group was created.public void setModelPackageGroupStatus(String modelPackageGroupStatus)
The status of the model group.
modelPackageGroupStatus
- The status of the model group.ModelPackageGroupStatus
public String getModelPackageGroupStatus()
The status of the model group.
ModelPackageGroupStatus
public ModelPackageGroupSummary withModelPackageGroupStatus(String modelPackageGroupStatus)
The status of the model group.
modelPackageGroupStatus
- The status of the model group.ModelPackageGroupStatus
public ModelPackageGroupSummary withModelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)
The status of the model group.
modelPackageGroupStatus
- The status of the model group.ModelPackageGroupStatus
public String toString()
toString
in class Object
Object.toString()
public ModelPackageGroupSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.