Package com.amazonaws.services.ecs.model
Class UpdateContainerAgentResult
- java.lang.Object
-
- com.amazonaws.services.ecs.model.UpdateContainerAgentResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class UpdateContainerAgentResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateContainerAgentResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateContainerAgentResultclone()booleanequals(Object obj)ContainerInstancegetContainerInstance()inthashCode()voidsetContainerInstance(ContainerInstance containerInstance)StringtoString()Returns a string representation of this object; useful for testing and debugging.UpdateContainerAgentResultwithContainerInstance(ContainerInstance containerInstance)
-
-
-
Method Detail
-
setContainerInstance
public void setContainerInstance(ContainerInstance containerInstance)
- Parameters:
containerInstance-
-
getContainerInstance
public ContainerInstance getContainerInstance()
- Returns:
-
withContainerInstance
public UpdateContainerAgentResult withContainerInstance(ContainerInstance containerInstance)
- Parameters:
containerInstance-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UpdateContainerAgentResult clone()
-
-