@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AlgorithmStatusDetails extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the validation and image scan statuses of the algorithm.
| Constructor and Description | 
|---|
| AlgorithmStatusDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| AlgorithmStatusDetails | clone() | 
| boolean | equals(Object obj) | 
| List<AlgorithmStatusItem> | getImageScanStatuses()
 The status of the scan of the algorithm's Docker image container. | 
| List<AlgorithmStatusItem> | getValidationStatuses()
 The status of algorithm validation. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setImageScanStatuses(Collection<AlgorithmStatusItem> imageScanStatuses)
 The status of the scan of the algorithm's Docker image container. | 
| void | setValidationStatuses(Collection<AlgorithmStatusItem> validationStatuses)
 The status of algorithm validation. | 
| String | toString()Returns a string representation of this object. | 
| AlgorithmStatusDetails | withImageScanStatuses(AlgorithmStatusItem... imageScanStatuses)
 The status of the scan of the algorithm's Docker image container. | 
| AlgorithmStatusDetails | withImageScanStatuses(Collection<AlgorithmStatusItem> imageScanStatuses)
 The status of the scan of the algorithm's Docker image container. | 
| AlgorithmStatusDetails | withValidationStatuses(AlgorithmStatusItem... validationStatuses)
 The status of algorithm validation. | 
| AlgorithmStatusDetails | withValidationStatuses(Collection<AlgorithmStatusItem> validationStatuses)
 The status of algorithm validation. | 
public List<AlgorithmStatusItem> getValidationStatuses()
The status of algorithm validation.
public void setValidationStatuses(Collection<AlgorithmStatusItem> validationStatuses)
The status of algorithm validation.
validationStatuses - The status of algorithm validation.public AlgorithmStatusDetails withValidationStatuses(AlgorithmStatusItem... validationStatuses)
The status of algorithm validation.
 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 status of algorithm validation.public AlgorithmStatusDetails withValidationStatuses(Collection<AlgorithmStatusItem> validationStatuses)
The status of algorithm validation.
validationStatuses - The status of algorithm validation.public List<AlgorithmStatusItem> getImageScanStatuses()
The status of the scan of the algorithm's Docker image container.
public void setImageScanStatuses(Collection<AlgorithmStatusItem> imageScanStatuses)
The status of the scan of the algorithm's Docker image container.
imageScanStatuses - The status of the scan of the algorithm's Docker image container.public AlgorithmStatusDetails withImageScanStatuses(AlgorithmStatusItem... imageScanStatuses)
The status of the scan of the algorithm's Docker image container.
 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 algorithm's Docker image container.public AlgorithmStatusDetails withImageScanStatuses(Collection<AlgorithmStatusItem> imageScanStatuses)
The status of the scan of the algorithm's Docker image container.
imageScanStatuses - The status of the scan of the algorithm's Docker image container.public String toString()
toString in class ObjectObject.toString()public AlgorithmStatusDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.