public class UpdateContainerAgentResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
UpdateContainerAgentResult() |
Modifier and Type | Method and Description |
---|---|
UpdateContainerAgentResult |
clone() |
boolean |
equals(Object obj) |
ContainerInstance |
getContainerInstance()
An Amazon EC2 instance that is running the Amazon ECS agent and has
been registered with a cluster.
|
int |
hashCode() |
void |
setContainerInstance(ContainerInstance containerInstance)
An Amazon EC2 instance that is running the Amazon ECS agent and has
been registered with a cluster.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateContainerAgentResult |
withContainerInstance(ContainerInstance containerInstance)
An Amazon EC2 instance that is running the Amazon ECS agent and has
been registered with a cluster.
|
public ContainerInstance getContainerInstance()
public void setContainerInstance(ContainerInstance containerInstance)
containerInstance
- An Amazon EC2 instance that is running the Amazon ECS agent and has
been registered with a cluster.public UpdateContainerAgentResult withContainerInstance(ContainerInstance containerInstance)
Returns a reference to this object so that method calls can be chained together.
containerInstance
- An Amazon EC2 instance that is running the Amazon ECS agent and has
been registered with a cluster.public String toString()
toString
in class Object
Object.toString()
public UpdateContainerAgentResult clone()
Copyright © 2015. All rights reserved.