@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelPackageSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information about a model package.
Constructor and Description |
---|
ModelPackageSummary() |
Modifier and Type | Method and Description |
---|---|
ModelPackageSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
A timestamp that shows when the model package was created.
|
String |
getModelPackageArn()
The Amazon Resource Name (ARN) of the model package.
|
String |
getModelPackageDescription()
A brief description of the model package.
|
String |
getModelPackageName()
The name of the model package.
|
String |
getModelPackageStatus()
The overall status of the model package.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
A timestamp that shows when the model package was created.
|
void |
setModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
|
void |
setModelPackageDescription(String modelPackageDescription)
A brief description of the model package.
|
void |
setModelPackageName(String modelPackageName)
The name of the model package.
|
void |
setModelPackageStatus(String modelPackageStatus)
The overall status of the model package.
|
String |
toString()
Returns a string representation of this object.
|
ModelPackageSummary |
withCreationTime(Date creationTime)
A timestamp that shows when the model package was created.
|
ModelPackageSummary |
withModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
|
ModelPackageSummary |
withModelPackageDescription(String modelPackageDescription)
A brief description of the model package.
|
ModelPackageSummary |
withModelPackageName(String modelPackageName)
The name of the model package.
|
ModelPackageSummary |
withModelPackageStatus(ModelPackageStatus modelPackageStatus)
The overall status of the model package.
|
ModelPackageSummary |
withModelPackageStatus(String modelPackageStatus)
The overall status of the model package.
|
public void setModelPackageName(String modelPackageName)
The name of the model package.
modelPackageName
- The name of the model package.public String getModelPackageName()
The name of the model package.
public ModelPackageSummary withModelPackageName(String modelPackageName)
The name of the model package.
modelPackageName
- The name of the model package.public void setModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
modelPackageArn
- The Amazon Resource Name (ARN) of the model package.public String getModelPackageArn()
The Amazon Resource Name (ARN) of the model package.
public ModelPackageSummary withModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
modelPackageArn
- The Amazon Resource Name (ARN) of the model package.public void setModelPackageDescription(String modelPackageDescription)
A brief description of the model package.
modelPackageDescription
- A brief description of the model package.public String getModelPackageDescription()
A brief description of the model package.
public ModelPackageSummary withModelPackageDescription(String modelPackageDescription)
A brief description of the model package.
modelPackageDescription
- A brief description of the model package.public void setCreationTime(Date creationTime)
A timestamp that shows when the model package was created.
creationTime
- A timestamp that shows when the model package was created.public Date getCreationTime()
A timestamp that shows when the model package was created.
public ModelPackageSummary withCreationTime(Date creationTime)
A timestamp that shows when the model package was created.
creationTime
- A timestamp that shows when the model package was created.public void setModelPackageStatus(String modelPackageStatus)
The overall status of the model package.
modelPackageStatus
- The overall status of the model package.ModelPackageStatus
public String getModelPackageStatus()
The overall status of the model package.
ModelPackageStatus
public ModelPackageSummary withModelPackageStatus(String modelPackageStatus)
The overall status of the model package.
modelPackageStatus
- The overall status of the model package.ModelPackageStatus
public ModelPackageSummary withModelPackageStatus(ModelPackageStatus modelPackageStatus)
The overall status of the model package.
modelPackageStatus
- The overall status of the model package.ModelPackageStatus
public String toString()
toString
in class Object
Object.toString()
public ModelPackageSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.