Class BatchGetDeploymentsResult
java.lang.Object
com.amazonaws.services.codedeploy.model.BatchGetDeploymentsResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the output of a batch get deployments operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the deployments.inthashCode()voidsetDeploymentsInfo(Collection<DeploymentInfo> deploymentsInfo) Information about the deployments.toString()Returns a string representation of this object; useful for testing and debugging.withDeploymentsInfo(DeploymentInfo... deploymentsInfo) Information about the deployments.withDeploymentsInfo(Collection<DeploymentInfo> deploymentsInfo) Information about the deployments.
-
Constructor Details
-
BatchGetDeploymentsResult
public BatchGetDeploymentsResult()
-
-
Method Details
-
getDeploymentsInfo
Information about the deployments.
- Returns:
- Information about the deployments.
-
setDeploymentsInfo
Information about the deployments.
- Parameters:
deploymentsInfo- Information about the deployments.
-
withDeploymentsInfo
Information about the deployments.
NOTE: This method appends the values to the existing list (if any). Use
setDeploymentsInfo(java.util.Collection)orwithDeploymentsInfo(java.util.Collection)if you want to override the existing values.- Parameters:
deploymentsInfo- Information about the deployments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDeploymentsInfo
Information about the deployments.
- Parameters:
deploymentsInfo- Information about the deployments.- 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
-