public class ListDeploymentConfigsResult extends Object implements Serializable, Cloneable
Represents the output of a list deployment configurations operation.
Constructor and Description |
---|
ListDeploymentConfigsResult() |
Modifier and Type | Method and Description |
---|---|
ListDeploymentConfigsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDeploymentConfigsList()
A list of deployment configurations, including the built-in
configurations such as CodeDeployDefault.OneAtATime.
|
String |
getNextToken()
If the amount of information that is returned is significantly large, an
identifier will also be returned, which can be used in a subsequent list
deployment configurations call to return the next set of deployment
configurations in the list.
|
int |
hashCode() |
void |
setDeploymentConfigsList(Collection<String> deploymentConfigsList)
A list of deployment configurations, including the built-in
configurations such as CodeDeployDefault.OneAtATime.
|
void |
setNextToken(String nextToken)
If the amount of information that is returned is significantly large, an
identifier will also be returned, which can be used in a subsequent list
deployment configurations call to return the next set of deployment
configurations in the list.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDeploymentConfigsResult |
withDeploymentConfigsList(Collection<String> deploymentConfigsList)
A list of deployment configurations, including the built-in
configurations such as CodeDeployDefault.OneAtATime.
|
ListDeploymentConfigsResult |
withDeploymentConfigsList(String... deploymentConfigsList)
A list of deployment configurations, including the built-in
configurations such as CodeDeployDefault.OneAtATime.
|
ListDeploymentConfigsResult |
withNextToken(String nextToken)
If the amount of information that is returned is significantly large, an
identifier will also be returned, which can be used in a subsequent list
deployment configurations call to return the next set of deployment
configurations in the list.
|
public List<String> getDeploymentConfigsList()
A list of deployment configurations, including the built-in configurations such as CodeDeployDefault.OneAtATime.
public void setDeploymentConfigsList(Collection<String> deploymentConfigsList)
A list of deployment configurations, including the built-in configurations such as CodeDeployDefault.OneAtATime.
deploymentConfigsList
- A list of deployment configurations, including the built-in
configurations such as CodeDeployDefault.OneAtATime.public ListDeploymentConfigsResult withDeploymentConfigsList(String... deploymentConfigsList)
A list of deployment configurations, including the built-in configurations such as CodeDeployDefault.OneAtATime.
deploymentConfigsList
- A list of deployment configurations, including the built-in
configurations such as CodeDeployDefault.OneAtATime.public ListDeploymentConfigsResult withDeploymentConfigsList(Collection<String> deploymentConfigsList)
A list of deployment configurations, including the built-in configurations such as CodeDeployDefault.OneAtATime.
deploymentConfigsList
- A list of deployment configurations, including the built-in
configurations such as CodeDeployDefault.OneAtATime.public void setNextToken(String nextToken)
If the amount of information that is returned is significantly large, an identifier will also be returned, which can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.
nextToken
- If the amount of information that is returned is significantly
large, an identifier will also be returned, which can be used in a
subsequent list deployment configurations call to return the next
set of deployment configurations in the list.public String getNextToken()
If the amount of information that is returned is significantly large, an identifier will also be returned, which can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.
public ListDeploymentConfigsResult withNextToken(String nextToken)
If the amount of information that is returned is significantly large, an identifier will also be returned, which can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.
nextToken
- If the amount of information that is returned is significantly
large, an identifier will also be returned, which can be used in a
subsequent list deployment configurations call to return the next
set of deployment configurations in the list.public String toString()
toString
in class Object
Object.toString()
public ListDeploymentConfigsResult clone()
Copyright © 2015. All rights reserved.