Class ListDeploymentGroupsResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the output of a list deployment groups operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe application name.A list of corresponding deployment group names.If a large amount of information is returned, an identifier is also returned.inthashCode()voidsetApplicationName(String applicationName) The application name.voidsetDeploymentGroups(Collection<String> deploymentGroups) A list of corresponding deployment group names.voidsetNextToken(String nextToken) If a large amount of information is returned, an identifier is also returned.toString()Returns a string representation of this object; useful for testing and debugging.withApplicationName(String applicationName) The application name.withDeploymentGroups(String... deploymentGroups) A list of corresponding deployment group names.withDeploymentGroups(Collection<String> deploymentGroups) A list of corresponding deployment group names.withNextToken(String nextToken) If a large amount of information is returned, an identifier is also returned.
-
Constructor Details
-
ListDeploymentGroupsResult
public ListDeploymentGroupsResult()
-
-
Method Details
-
setApplicationName
The application name.
- Parameters:
applicationName- The application name.
-
getApplicationName
The application name.
- Returns:
- The application name.
-
withApplicationName
The application name.
- Parameters:
applicationName- The application name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getDeploymentGroups
A list of corresponding deployment group names.
- Returns:
- A list of corresponding deployment group names.
-
setDeploymentGroups
A list of corresponding deployment group names.
- Parameters:
deploymentGroups- A list of corresponding deployment group names.
-
withDeploymentGroups
A list of corresponding deployment group names.
NOTE: This method appends the values to the existing list (if any). Use
setDeploymentGroups(java.util.Collection)orwithDeploymentGroups(java.util.Collection)if you want to override the existing values.- Parameters:
deploymentGroups- A list of corresponding deployment group names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDeploymentGroups
A list of corresponding deployment group names.
- Parameters:
deploymentGroups- A list of corresponding deployment group names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
- Parameters:
nextToken- If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
-
getNextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
- Returns:
- If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
-
withNextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
- Parameters:
nextToken- If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.- 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
-