Class ListDeploymentConfigsResult

java.lang.Object
com.amazonaws.services.codedeploy.model.ListDeploymentConfigsResult
All Implemented Interfaces:
Serializable, Cloneable

public class ListDeploymentConfigsResult extends Object implements Serializable, Cloneable

Represents the output of a list deployment configurations operation.

See Also:
  • Constructor Details

    • ListDeploymentConfigsResult

      public ListDeploymentConfigsResult()
  • Method Details

    • getDeploymentConfigsList

      public List<String> getDeploymentConfigsList()

      A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

      Returns:
      A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
    • setDeploymentConfigsList

      public void setDeploymentConfigsList(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.
    • withDeploymentConfigsList

      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.

      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

      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.

      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

      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.

      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

      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.

      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

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object