@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeModelPackageGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeModelPackageGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeModelPackageGroupResult |
clone() |
boolean |
equals(Object obj) |
UserContext |
getCreatedBy() |
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 |
setCreatedBy(UserContext createdBy) |
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.
|
DescribeModelPackageGroupResult |
withCreatedBy(UserContext createdBy) |
DescribeModelPackageGroupResult |
withCreationTime(Date creationTime)
The time that the model group was created.
|
DescribeModelPackageGroupResult |
withModelPackageGroupArn(String modelPackageGroupArn)
The Amazon Resource Name (ARN) of the model group.
|
DescribeModelPackageGroupResult |
withModelPackageGroupDescription(String modelPackageGroupDescription)
A description of the model group.
|
DescribeModelPackageGroupResult |
withModelPackageGroupName(String modelPackageGroupName)
The name of the model group.
|
DescribeModelPackageGroupResult |
withModelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)
The status of the model group.
|
DescribeModelPackageGroupResult |
withModelPackageGroupStatus(String modelPackageGroupStatus)
The status of the model group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 DescribeModelPackageGroupResult 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 DescribeModelPackageGroupResult 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 DescribeModelPackageGroupResult 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 DescribeModelPackageGroupResult withCreationTime(Date creationTime)
The time that the model group was created.
creationTime - The time that the model group was created.public void setCreatedBy(UserContext createdBy)
createdBy - public UserContext getCreatedBy()
public DescribeModelPackageGroupResult withCreatedBy(UserContext createdBy)
createdBy - public void setModelPackageGroupStatus(String modelPackageGroupStatus)
The status of the model group.
modelPackageGroupStatus - The status of the model group.ModelPackageGroupStatuspublic String getModelPackageGroupStatus()
The status of the model group.
ModelPackageGroupStatuspublic DescribeModelPackageGroupResult withModelPackageGroupStatus(String modelPackageGroupStatus)
The status of the model group.
modelPackageGroupStatus - The status of the model group.ModelPackageGroupStatuspublic DescribeModelPackageGroupResult withModelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)
The status of the model group.
modelPackageGroupStatus - The status of the model group.ModelPackageGroupStatuspublic String toString()
toString in class ObjectObject.toString()public DescribeModelPackageGroupResult clone()