Class ListDeploymentConfigsResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the output of a list deployment configurations operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.If a large amount of information is returned, an identifier is also returned.inthashCode()voidsetDeploymentConfigsList(Collection<String> deploymentConfigsList) A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.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.withDeploymentConfigsList(String... deploymentConfigsList) A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.withDeploymentConfigsList(Collection<String> deploymentConfigsList) A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.withNextToken(String nextToken) If a large amount of information is returned, an identifier is also returned.
-
Constructor Details
-
ListDeploymentConfigsResult
public ListDeploymentConfigsResult()
-
-
Method Details
-
getDeploymentConfigsList
-
setDeploymentConfigsList
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
- Parameters:
deploymentConfigsList- A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
-
withDeploymentConfigsList
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
NOTE: This method appends the values to the existing list (if any). Use
setDeploymentConfigsList(java.util.Collection)orwithDeploymentConfigsList(java.util.Collection)if you want to override the existing values.- Parameters:
deploymentConfigsList- A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDeploymentConfigsList
public ListDeploymentConfigsResult withDeploymentConfigsList(Collection<String> deploymentConfigsList) A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
- Parameters:
deploymentConfigsList- A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.- 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 configurations call to return the next set of deployment configurations 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 configurations call to return the next set of deployment configurations 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 configurations call to return the next set of deployment configurations 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 configurations call to return the next set of deployment configurations 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 configurations call to return the next set of deployment configurations 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 configurations call to return the next set of deployment configurations in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-