@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; useful for testing and debugging.
|
UpdateContainerAgentResult |
withContainerInstance(ContainerInstance containerInstance)
The container instance for which the container agent was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public UpdateContainerAgentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.