@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Environment extends Object implements Serializable, Cloneable, StructuredPojo
The object that contains the Docker image URI for either your robot or simulation applications.
Constructor and Description |
---|
Environment() |
Modifier and Type | Method and Description |
---|---|
Environment |
clone() |
boolean |
equals(Object obj) |
String |
getUri()
The Docker image URI for either your robot or simulation applications.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUri(String uri)
The Docker image URI for either your robot or simulation applications.
|
String |
toString()
Returns a string representation of this object.
|
Environment |
withUri(String uri)
The Docker image URI for either your robot or simulation applications.
|
public void setUri(String uri)
The Docker image URI for either your robot or simulation applications.
uri
- The Docker image URI for either your robot or simulation applications.public String getUri()
The Docker image URI for either your robot or simulation applications.
public Environment withUri(String uri)
The Docker image URI for either your robot or simulation applications.
uri
- The Docker image URI for either your robot or simulation applications.public String toString()
toString
in class Object
Object.toString()
public Environment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.