Class GetDeploymentInstanceResult
java.lang.Object
com.amazonaws.services.codedeploy.model.GetDeploymentInstanceResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a get deployment instance operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the instance.int
hashCode()
void
setInstanceSummary
(InstanceSummary instanceSummary) Information about the instance.toString()
Returns a string representation of this object; useful for testing and debugging.withInstanceSummary
(InstanceSummary instanceSummary) Information about the instance.
-
Constructor Details
-
GetDeploymentInstanceResult
public GetDeploymentInstanceResult()
-
-
Method Details
-
setInstanceSummary
Information about the instance.
- Parameters:
instanceSummary
- Information about the instance.
-
getInstanceSummary
Information about the instance.
- Returns:
- Information about the instance.
-
withInstanceSummary
Information about the instance.
- Parameters:
instanceSummary
- Information about the instance.- 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
-