@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AlgorithmImage extends Object implements Serializable, Cloneable, StructuredPojo
Describes an algorithm image.
Constructor and Description |
---|
AlgorithmImage() |
Modifier and Type | Method and Description |
---|---|
AlgorithmImage |
clone() |
boolean |
equals(Object obj) |
String |
getDockerURI()
The URI of the Docker container for the algorithm image.
|
String |
getName()
The name of the algorithm image.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDockerURI(String dockerURI)
The URI of the Docker container for the algorithm image.
|
void |
setName(String name)
The name of the algorithm image.
|
String |
toString()
Returns a string representation of this object.
|
AlgorithmImage |
withDockerURI(String dockerURI)
The URI of the Docker container for the algorithm image.
|
AlgorithmImage |
withName(String name)
The name of the algorithm image.
|
public void setName(String name)
The name of the algorithm image.
name
- The name of the algorithm image.public String getName()
The name of the algorithm image.
public AlgorithmImage withName(String name)
The name of the algorithm image.
name
- The name of the algorithm image.public void setDockerURI(String dockerURI)
The URI of the Docker container for the algorithm image.
dockerURI
- The URI of the Docker container for the algorithm image.public String getDockerURI()
The URI of the Docker container for the algorithm image.
public AlgorithmImage withDockerURI(String dockerURI)
The URI of the Docker container for the algorithm image.
dockerURI
- The URI of the Docker container for the algorithm image.public String toString()
toString
in class Object
Object.toString()
public AlgorithmImage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.