@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelPackageStatusDetails extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the validation and image scan statuses of the model package.
Constructor and Description |
---|
ModelPackageStatusDetails() |
Modifier and Type | Method and Description |
---|---|
ModelPackageStatusDetails |
clone() |
boolean |
equals(Object obj) |
List<ModelPackageStatusItem> |
getImageScanStatuses()
The status of the scan of the Docker image container for the model package.
|
List<ModelPackageStatusItem> |
getValidationStatuses()
The validation status of the model package.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setImageScanStatuses(Collection<ModelPackageStatusItem> imageScanStatuses)
The status of the scan of the Docker image container for the model package.
|
void |
setValidationStatuses(Collection<ModelPackageStatusItem> validationStatuses)
The validation status of the model package.
|
String |
toString()
Returns a string representation of this object.
|
ModelPackageStatusDetails |
withImageScanStatuses(Collection<ModelPackageStatusItem> imageScanStatuses)
The status of the scan of the Docker image container for the model package.
|
ModelPackageStatusDetails |
withImageScanStatuses(ModelPackageStatusItem... imageScanStatuses)
The status of the scan of the Docker image container for the model package.
|
ModelPackageStatusDetails |
withValidationStatuses(Collection<ModelPackageStatusItem> validationStatuses)
The validation status of the model package.
|
ModelPackageStatusDetails |
withValidationStatuses(ModelPackageStatusItem... validationStatuses)
The validation status of the model package.
|
public List<ModelPackageStatusItem> getValidationStatuses()
The validation status of the model package.
public void setValidationStatuses(Collection<ModelPackageStatusItem> validationStatuses)
The validation status of the model package.
validationStatuses
- The validation status of the model package.public ModelPackageStatusDetails withValidationStatuses(ModelPackageStatusItem... validationStatuses)
The validation status of the model package.
NOTE: This method appends the values to the existing list (if any). Use
setValidationStatuses(java.util.Collection)
or withValidationStatuses(java.util.Collection)
if
you want to override the existing values.
validationStatuses
- The validation status of the model package.public ModelPackageStatusDetails withValidationStatuses(Collection<ModelPackageStatusItem> validationStatuses)
The validation status of the model package.
validationStatuses
- The validation status of the model package.public List<ModelPackageStatusItem> getImageScanStatuses()
The status of the scan of the Docker image container for the model package.
public void setImageScanStatuses(Collection<ModelPackageStatusItem> imageScanStatuses)
The status of the scan of the Docker image container for the model package.
imageScanStatuses
- The status of the scan of the Docker image container for the model package.public ModelPackageStatusDetails withImageScanStatuses(ModelPackageStatusItem... imageScanStatuses)
The status of the scan of the Docker image container for the model package.
NOTE: This method appends the values to the existing list (if any). Use
setImageScanStatuses(java.util.Collection)
or withImageScanStatuses(java.util.Collection)
if
you want to override the existing values.
imageScanStatuses
- The status of the scan of the Docker image container for the model package.public ModelPackageStatusDetails withImageScanStatuses(Collection<ModelPackageStatusItem> imageScanStatuses)
The status of the scan of the Docker image container for the model package.
imageScanStatuses
- The status of the scan of the Docker image container for the model package.public String toString()
toString
in class Object
Object.toString()
public ModelPackageStatusDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.