@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageConfigurationInput extends Object implements Serializable, Cloneable, StructuredPojo
The image configuration.
Constructor and Description |
---|
ImageConfigurationInput() |
Modifier and Type | Method and Description |
---|---|
ImageConfigurationInput |
clone() |
boolean |
equals(Object obj) |
String |
getImageUri()
The URI of an image in the Amazon ECR registry.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setImageUri(String imageUri)
The URI of an image in the Amazon ECR registry.
|
String |
toString()
Returns a string representation of this object.
|
ImageConfigurationInput |
withImageUri(String imageUri)
The URI of an image in the Amazon ECR registry.
|
public void setImageUri(String imageUri)
The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
imageUri
- The URI of an image in the Amazon ECR registry. This field is required when you create a new application.
If you leave this field blank in an update, Amazon EMR will remove the image configuration.public String getImageUri()
The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
public ImageConfigurationInput withImageUri(String imageUri)
The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
imageUri
- The URI of an image in the Amazon ECR registry. This field is required when you create a new application.
If you leave this field blank in an update, Amazon EMR will remove the image configuration.public String toString()
toString
in class Object
Object.toString()
public ImageConfigurationInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.