@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 for which the container agent was updated. | 
| int | hashCode() | 
| void | setContainerInstance(ContainerInstance containerInstance)
 The container instance for which the container agent was updated. | 
| String | toString()Returns a string representation of this object. | 
| UpdateContainerAgentResult | withContainerInstance(ContainerInstance containerInstance)
 The container instance for which the container agent was updated. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setContainerInstance(ContainerInstance containerInstance)
The container instance for which the container agent was updated.
containerInstance - The container instance for which the container agent was updated.public ContainerInstance getContainerInstance()
The container instance for which the container agent was updated.
public UpdateContainerAgentResult withContainerInstance(ContainerInstance containerInstance)
The container instance for which the container agent was updated.
containerInstance - The container instance for which the container agent was updated.public String toString()
toString in class ObjectObject.toString()public UpdateContainerAgentResult clone()
Copyright © 2021. All rights reserved.