Package com.amazonaws.services.ecs.model
Class UpdateContainerAgentResult
java.lang.Object
com.amazonaws.services.ecs.model.UpdateContainerAgentResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetContainerInstance(ContainerInstance containerInstance) toString()Returns a string representation of this object; useful for testing and debugging.withContainerInstance(ContainerInstance containerInstance)
-
Constructor Details
-
UpdateContainerAgentResult
public UpdateContainerAgentResult()
-
-
Method Details
-
setContainerInstance
- Parameters:
containerInstance-
-
getContainerInstance
- Returns:
-
withContainerInstance
- Parameters:
containerInstance-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-