public class ListDeploymentConfigsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a list deployment configurations operation.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
deploymentConfigsList
A list of deployment configurations, including built-in configurations
such as CodeDeployDefault.OneAtATime.
|
private java.lang.String |
nextToken
If a large amount of information is returned, an identifier is also
returned.
|
Constructor and Description |
---|
ListDeploymentConfigsResult() |
Modifier and Type | Method and Description |
---|---|
ListDeploymentConfigsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getDeploymentConfigsList()
A list of deployment configurations, including built-in configurations
such as CodeDeployDefault.OneAtATime.
|
java.lang.String |
getNextToken()
If a large amount of information is returned, an identifier is also
returned.
|
int |
hashCode() |
void |
setDeploymentConfigsList(java.util.Collection<java.lang.String> deploymentConfigsList)
A list of deployment configurations, including built-in configurations
such as CodeDeployDefault.OneAtATime.
|
void |
setNextToken(java.lang.String nextToken)
If a large amount of information is returned, an identifier is also
returned.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDeploymentConfigsResult |
withDeploymentConfigsList(java.util.Collection<java.lang.String> deploymentConfigsList)
A list of deployment configurations, including built-in configurations
such as CodeDeployDefault.OneAtATime.
|
ListDeploymentConfigsResult |
withDeploymentConfigsList(java.lang.String... deploymentConfigsList)
A list of deployment configurations, including built-in configurations
such as CodeDeployDefault.OneAtATime.
|
ListDeploymentConfigsResult |
withNextToken(java.lang.String nextToken)
If a large amount of information is returned, an identifier is also
returned.
|
private SdkInternalList<java.lang.String> deploymentConfigsList
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
private java.lang.String 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.
public java.util.List<java.lang.String> getDeploymentConfigsList()
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
public void setDeploymentConfigsList(java.util.Collection<java.lang.String> deploymentConfigsList)
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
deploymentConfigsList
- A list of deployment configurations, including built-in
configurations such as CodeDeployDefault.OneAtATime.public ListDeploymentConfigsResult withDeploymentConfigsList(java.lang.String... deploymentConfigsList)
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)
or
withDeploymentConfigsList(java.util.Collection)
if you want to
override the existing values.
deploymentConfigsList
- A list of deployment configurations, including built-in
configurations such as CodeDeployDefault.OneAtATime.public ListDeploymentConfigsResult withDeploymentConfigsList(java.util.Collection<java.lang.String> deploymentConfigsList)
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
deploymentConfigsList
- A list of deployment configurations, including built-in
configurations such as CodeDeployDefault.OneAtATime.public void setNextToken(java.lang.String 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.
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.public java.lang.String 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.
public ListDeploymentConfigsResult withNextToken(java.lang.String 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.
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.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListDeploymentConfigsResult clone()
clone
in class java.lang.Object