@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterContainerImageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterContainerImageResult() |
Modifier and Type | Method and Description |
---|---|
RegisterContainerImageResult |
clone() |
boolean |
equals(Object obj) |
ContainerImage |
getContainerImage()
An object that describes a container image that is registered to a Lightsail container service
|
int |
hashCode() |
void |
setContainerImage(ContainerImage containerImage)
An object that describes a container image that is registered to a Lightsail container service
|
String |
toString()
Returns a string representation of this object.
|
RegisterContainerImageResult |
withContainerImage(ContainerImage containerImage)
An object that describes a container image that is registered to a Lightsail container service
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContainerImage(ContainerImage containerImage)
An object that describes a container image that is registered to a Lightsail container service
containerImage
- An object that describes a container image that is registered to a Lightsail container servicepublic ContainerImage getContainerImage()
An object that describes a container image that is registered to a Lightsail container service
public RegisterContainerImageResult withContainerImage(ContainerImage containerImage)
An object that describes a container image that is registered to a Lightsail container service
containerImage
- An object that describes a container image that is registered to a Lightsail container servicepublic String toString()
toString
in class Object
Object.toString()
public RegisterContainerImageResult clone()