Class BatchGetDeploymentInstancesResult
java.lang.Object
com.amazonaws.services.codedeploy.model.BatchGetDeploymentInstancesResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a batch get deployment instance operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about errors that may have occurred during the API call.Information about the instance.int
hashCode()
void
setErrorMessage
(String errorMessage) Information about errors that may have occurred during the API call.void
setInstancesSummary
(Collection<InstanceSummary> instancesSummary) Information about the instance.toString()
Returns a string representation of this object; useful for testing and debugging.withErrorMessage
(String errorMessage) Information about errors that may have occurred during the API call.withInstancesSummary
(InstanceSummary... instancesSummary) Information about the instance.withInstancesSummary
(Collection<InstanceSummary> instancesSummary) Information about the instance.
-
Constructor Details
-
BatchGetDeploymentInstancesResult
public BatchGetDeploymentInstancesResult()
-
-
Method Details
-
getInstancesSummary
Information about the instance.
- Returns:
- Information about the instance.
-
setInstancesSummary
Information about the instance.
- Parameters:
instancesSummary
- Information about the instance.
-
withInstancesSummary
Information about the instance.
NOTE: This method appends the values to the existing list (if any). Use
setInstancesSummary(java.util.Collection)
orwithInstancesSummary(java.util.Collection)
if you want to override the existing values.- Parameters:
instancesSummary
- Information about the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withInstancesSummary
public BatchGetDeploymentInstancesResult withInstancesSummary(Collection<InstanceSummary> instancesSummary) Information about the instance.
- Parameters:
instancesSummary
- Information about the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setErrorMessage
Information about errors that may have occurred during the API call.
- Parameters:
errorMessage
- Information about errors that may have occurred during the API call.
-
getErrorMessage
Information about errors that may have occurred during the API call.
- Returns:
- Information about errors that may have occurred during the API call.
-
withErrorMessage
Information about errors that may have occurred during the API call.
- Parameters:
errorMessage
- Information about errors that may have occurred during the API call.- 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
-