Class ListActionTypesResult

java.lang.Object
com.amazonaws.services.codepipeline.model.ListActionTypesResult
All Implemented Interfaces:
Serializable, Cloneable

public class ListActionTypesResult extends Object implements Serializable, Cloneable

Represents the output of a list action types action.

See Also:
  • Constructor Details

    • ListActionTypesResult

      public ListActionTypesResult()
  • Method Details

    • getActionTypes

      public List<ActionType> getActionTypes()

      Provides details of the action types.

      Returns:
      Provides details of the action types.
    • setActionTypes

      public void setActionTypes(Collection<ActionType> actionTypes)

      Provides details of the action types.

      Parameters:
      actionTypes - Provides details of the action types.
    • withActionTypes

      public ListActionTypesResult withActionTypes(ActionType... actionTypes)

      Provides details of the action types.

      NOTE: This method appends the values to the existing list (if any). Use setActionTypes(java.util.Collection) or withActionTypes(java.util.Collection) if you want to override the existing values.

      Parameters:
      actionTypes - Provides details of the action types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withActionTypes

      public ListActionTypesResult withActionTypes(Collection<ActionType> actionTypes)

      Provides details of the action types.

      Parameters:
      actionTypes - Provides details of the action types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setNextToken

      public void setNextToken(String nextToken)

      If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.

      Parameters:
      nextToken - If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.
    • getNextToken

      public String getNextToken()

      If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.

      Returns:
      If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.
    • withNextToken

      public ListActionTypesResult withNextToken(String nextToken)

      If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.

      Parameters:
      nextToken - If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types 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

      public ListActionTypesResult clone()
      Overrides:
      clone in class Object