@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceAlgorithmSpecification extends Object implements Serializable, Cloneable, StructuredPojo
A list of algorithms that were used to create a model package.
| Constructor and Description | 
|---|
| SourceAlgorithmSpecification() | 
| Modifier and Type | Method and Description | 
|---|---|
| SourceAlgorithmSpecification | clone() | 
| boolean | equals(Object obj) | 
| List<SourceAlgorithm> | getSourceAlgorithms()
 A list of the algorithms that were used to create a model package. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setSourceAlgorithms(Collection<SourceAlgorithm> sourceAlgorithms)
 A list of the algorithms that were used to create a model package. | 
| String | toString()Returns a string representation of this object. | 
| SourceAlgorithmSpecification | withSourceAlgorithms(Collection<SourceAlgorithm> sourceAlgorithms)
 A list of the algorithms that were used to create a model package. | 
| SourceAlgorithmSpecification | withSourceAlgorithms(SourceAlgorithm... sourceAlgorithms)
 A list of the algorithms that were used to create a model package. | 
public List<SourceAlgorithm> getSourceAlgorithms()
A list of the algorithms that were used to create a model package.
public void setSourceAlgorithms(Collection<SourceAlgorithm> sourceAlgorithms)
A list of the algorithms that were used to create a model package.
sourceAlgorithms - A list of the algorithms that were used to create a model package.public SourceAlgorithmSpecification withSourceAlgorithms(SourceAlgorithm... sourceAlgorithms)
A list of the algorithms that were used to create a model package.
 NOTE: This method appends the values to the existing list (if any). Use
 setSourceAlgorithms(java.util.Collection) or withSourceAlgorithms(java.util.Collection) if you
 want to override the existing values.
 
sourceAlgorithms - A list of the algorithms that were used to create a model package.public SourceAlgorithmSpecification withSourceAlgorithms(Collection<SourceAlgorithm> sourceAlgorithms)
A list of the algorithms that were used to create a model package.
sourceAlgorithms - A list of the algorithms that were used to create a model package.public String toString()
toString in class ObjectObject.toString()public SourceAlgorithmSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.