@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The applied image configuration.
Constructor and Description |
---|
ImageConfiguration() |
Modifier and Type | Method and Description |
---|---|
ImageConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getImageUri()
The image URI.
|
String |
getResolvedImageDigest()
The SHA256 digest of the image URI.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setImageUri(String imageUri)
The image URI.
|
void |
setResolvedImageDigest(String resolvedImageDigest)
The SHA256 digest of the image URI.
|
String |
toString()
Returns a string representation of this object.
|
ImageConfiguration |
withImageUri(String imageUri)
The image URI.
|
ImageConfiguration |
withResolvedImageDigest(String resolvedImageDigest)
The SHA256 digest of the image URI.
|
public void setImageUri(String imageUri)
The image URI.
imageUri
- The image URI.public String getImageUri()
The image URI.
public ImageConfiguration withImageUri(String imageUri)
The image URI.
imageUri
- The image URI.public void setResolvedImageDigest(String resolvedImageDigest)
The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.
resolvedImageDigest
- The SHA256 digest of the image URI. This indicates which specific image the application is configured for.
The image digest doesn't exist until an application has started.public String getResolvedImageDigest()
The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.
public ImageConfiguration withResolvedImageDigest(String resolvedImageDigest)
The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.
resolvedImageDigest
- The SHA256 digest of the image URI. This indicates which specific image the application is configured for.
The image digest doesn't exist until an application has started.public String toString()
toString
in class Object
Object.toString()
public ImageConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.