@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContainerImage extends Object implements Serializable, Cloneable, StructuredPojo
The container image used to create an Amazon Braket job.
Constructor and Description |
---|
ContainerImage() |
Modifier and Type | Method and Description |
---|---|
ContainerImage |
clone() |
boolean |
equals(Object obj) |
String |
getUri()
The URI locating the container image.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUri(String uri)
The URI locating the container image.
|
String |
toString()
Returns a string representation of this object.
|
ContainerImage |
withUri(String uri)
The URI locating the container image.
|
public void setUri(String uri)
The URI locating the container image.
uri
- The URI locating the container image.public String getUri()
The URI locating the container image.
public ContainerImage withUri(String uri)
The URI locating the container image.
uri
- The URI locating the container image.public String toString()
toString
in class Object
Object.toString()
public ContainerImage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.