public class BatchGetDeploymentGroupsResult extends Object implements Serializable, Cloneable
Represents the output of a batch get deployment groups operation.
Constructor and Description |
---|
BatchGetDeploymentGroupsResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetDeploymentGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<DeploymentGroupInfo> |
getDeploymentGroupsInfo()
Information about the deployment groups.
|
String |
getErrorMessage()
Information about errors that may have occurred during the API call.
|
int |
hashCode() |
void |
setDeploymentGroupsInfo(Collection<DeploymentGroupInfo> deploymentGroupsInfo)
Information about the deployment groups.
|
void |
setErrorMessage(String errorMessage)
Information about errors that may have occurred during the API call.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BatchGetDeploymentGroupsResult |
withDeploymentGroupsInfo(Collection<DeploymentGroupInfo> deploymentGroupsInfo)
Information about the deployment groups.
|
BatchGetDeploymentGroupsResult |
withDeploymentGroupsInfo(DeploymentGroupInfo... deploymentGroupsInfo)
Information about the deployment groups.
|
BatchGetDeploymentGroupsResult |
withErrorMessage(String errorMessage)
Information about errors that may have occurred during the API call.
|
public List<DeploymentGroupInfo> getDeploymentGroupsInfo()
Information about the deployment groups.
public void setDeploymentGroupsInfo(Collection<DeploymentGroupInfo> deploymentGroupsInfo)
Information about the deployment groups.
deploymentGroupsInfo
- Information about the deployment groups.public BatchGetDeploymentGroupsResult withDeploymentGroupsInfo(DeploymentGroupInfo... deploymentGroupsInfo)
Information about the deployment groups.
NOTE: This method appends the values to the existing list (if
any). Use setDeploymentGroupsInfo(java.util.Collection)
or
withDeploymentGroupsInfo(java.util.Collection)
if you want to
override the existing values.
deploymentGroupsInfo
- Information about the deployment groups.public BatchGetDeploymentGroupsResult withDeploymentGroupsInfo(Collection<DeploymentGroupInfo> deploymentGroupsInfo)
Information about the deployment groups.
deploymentGroupsInfo
- Information about the deployment groups.public void setErrorMessage(String errorMessage)
Information about errors that may have occurred during the API call.
errorMessage
- Information about errors that may have occurred during the API
call.public String getErrorMessage()
Information about errors that may have occurred during the API call.
public BatchGetDeploymentGroupsResult withErrorMessage(String errorMessage)
Information about errors that may have occurred during the API call.
errorMessage
- Information about errors that may have occurred during the API
call.public String toString()
toString
in class Object
Object.toString()
public BatchGetDeploymentGroupsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.