@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateContainerAgentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateContainerAgentResult() |
Modifier and Type | Method and Description |
---|---|
UpdateContainerAgentResult |
clone() |
boolean |
equals(Object obj) |
ContainerInstance |
getContainerInstance()
The container instance that the container agent was updated for.
|
int |
hashCode() |
void |
setContainerInstance(ContainerInstance containerInstance)
The container instance that the container agent was updated for.
|
String |
toString()
Returns a string representation of this object.
|
UpdateContainerAgentResult |
withContainerInstance(ContainerInstance containerInstance)
The container instance that the container agent was updated for.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContainerInstance(ContainerInstance containerInstance)
The container instance that the container agent was updated for.
containerInstance
- The container instance that the container agent was updated for.public ContainerInstance getContainerInstance()
The container instance that the container agent was updated for.
public UpdateContainerAgentResult withContainerInstance(ContainerInstance containerInstance)
The container instance that the container agent was updated for.
containerInstance
- The container instance that the container agent was updated for.public String toString()
toString
in class Object
Object.toString()
public UpdateContainerAgentResult clone()