Package com.amazonaws.services.ecs.model
Class RegisterContainerInstanceResult
java.lang.Object
com.amazonaws.services.ecs.model.RegisterContainerInstanceResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setContainerInstance
(ContainerInstance containerInstance) toString()
Returns a string representation of this object; useful for testing and debugging.withContainerInstance
(ContainerInstance containerInstance)
-
Constructor Details
-
RegisterContainerInstanceResult
public RegisterContainerInstanceResult()
-
-
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
-