public class RegisterContainerInstanceResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
RegisterContainerInstanceResult() |
Modifier and Type | Method and Description |
---|---|
RegisterContainerInstanceResult |
clone() |
boolean |
equals(Object obj) |
ContainerInstance |
getContainerInstance()
An EC2 instance that is running the Amazon ECS agent and has been
registered with a cluster.
|
int |
hashCode() |
void |
setContainerInstance(ContainerInstance containerInstance)
An 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.
|
RegisterContainerInstanceResult |
withContainerInstance(ContainerInstance containerInstance)
An 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 EC2 instance that is running the Amazon ECS agent and has been
registered with a cluster.public RegisterContainerInstanceResult withContainerInstance(ContainerInstance containerInstance)
Returns a reference to this object so that method calls can be chained together.
containerInstance
- An 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 RegisterContainerInstanceResult clone()
Copyright © 2015. All rights reserved.