@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeploymentConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Represents the output of a ListDeploymentConfigs 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 built-in configurations such as
  CodeDeployDefault.OneAtATime. | 
| String | getNextToken()
 If a large amount of information is returned, an identifier is also returned. | 
| int | hashCode() | 
| void | setDeploymentConfigsList(Collection<String> deploymentConfigsList)
 A list of deployment configurations, including built-in configurations such as
  CodeDeployDefault.OneAtATime. | 
| void | setNextToken(String nextToken)
 If a large amount of information is returned, an identifier is also returned. | 
| String | toString()Returns a string representation of this object. | 
| ListDeploymentConfigsResult | withDeploymentConfigsList(Collection<String> deploymentConfigsList)
 A list of deployment configurations, including built-in configurations such as
  CodeDeployDefault.OneAtATime. | 
| ListDeploymentConfigsResult | withDeploymentConfigsList(String... deploymentConfigsList)
 A list of deployment configurations, including built-in configurations such as
  CodeDeployDefault.OneAtATime. | 
| ListDeploymentConfigsResult | withNextToken(String nextToken)
 If a large amount of information is returned, an identifier is also returned. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getDeploymentConfigsList()
 A list of deployment configurations, including built-in configurations such as
 CodeDeployDefault.OneAtATime.
 
CodeDeployDefault.OneAtATime.public void setDeploymentConfigsList(Collection<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(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(Collection<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(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 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(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 String toString()
toString in class ObjectObject.toString()public ListDeploymentConfigsResult clone()