public class ListDeploymentConfigsResult extends Object implements Serializable
Represents the output of a list deployment configurations operation.
Constructor and Description |
---|
ListDeploymentConfigsResult() |
Modifier and Type | Method and Description |
---|---|
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()
public void setDeploymentConfigsList(Collection<String> deploymentConfigsList)
deploymentConfigsList
- A list of deployment configurations, including the built-in
configurations such as CodeDeployDefault.OneAtATime.public ListDeploymentConfigsResult withDeploymentConfigsList(String... deploymentConfigsList)
Returns a reference to this object so that method calls can be chained together.
deploymentConfigsList
- A list of deployment configurations, including the built-in
configurations such as CodeDeployDefault.OneAtATime.public ListDeploymentConfigsResult withDeploymentConfigsList(Collection<String> deploymentConfigsList)
Returns a reference to this object so that method calls can be chained together.
deploymentConfigsList
- A list of deployment configurations, including the built-in
configurations such as CodeDeployDefault.OneAtATime.public String getNextToken()
public void setNextToken(String nextToken)
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 ListDeploymentConfigsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
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()
Copyright © 2014. All rights reserved.