Class ListOperationsResult

java.lang.Object
com.amazonaws.services.route53domains.model.ListOperationsResult
All Implemented Interfaces:
Serializable, Cloneable

public class ListOperationsResult extends Object implements Serializable, Cloneable

The ListOperations response includes the following elements.

See Also:
  • Constructor Details

    • ListOperationsResult

      public ListOperationsResult()
  • Method Details

    • getOperations

      public List<OperationSummary> getOperations()

      Lists summaries of the operations.

      Type: Complex type containing a list of operation summaries

      Children: OperationId, Status, SubmittedDate, Type

      Returns:
      Lists summaries of the operations.

      Type: Complex type containing a list of operation summaries

      Children: OperationId, Status, SubmittedDate, Type

    • setOperations

      public void setOperations(Collection<OperationSummary> operations)

      Lists summaries of the operations.

      Type: Complex type containing a list of operation summaries

      Children: OperationId, Status, SubmittedDate, Type

      Parameters:
      operations - Lists summaries of the operations.

      Type: Complex type containing a list of operation summaries

      Children: OperationId, Status, SubmittedDate, Type

    • withOperations

      public ListOperationsResult withOperations(OperationSummary... operations)

      Lists summaries of the operations.

      Type: Complex type containing a list of operation summaries

      Children: OperationId, Status, SubmittedDate, Type

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

      Parameters:
      operations - Lists summaries of the operations.

      Type: Complex type containing a list of operation summaries

      Children: OperationId, Status, SubmittedDate, Type

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withOperations

      public ListOperationsResult withOperations(Collection<OperationSummary> operations)

      Lists summaries of the operations.

      Type: Complex type containing a list of operation summaries

      Children: OperationId, Status, SubmittedDate, Type

      Parameters:
      operations - Lists summaries of the operations.

      Type: Complex type containing a list of operation summaries

      Children: OperationId, Status, SubmittedDate, Type

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setNextPageMarker

      public void setNextPageMarker(String nextPageMarker)

      If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

      Type: String

      Parent: Operations

      Parameters:
      nextPageMarker - If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

      Type: String

      Parent: Operations

    • getNextPageMarker

      public String getNextPageMarker()

      If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

      Type: String

      Parent: Operations

      Returns:
      If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

      Type: String

      Parent: Operations

    • withNextPageMarker

      public ListOperationsResult withNextPageMarker(String nextPageMarker)

      If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

      Type: String

      Parent: Operations

      Parameters:
      nextPageMarker - If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

      Type: String

      Parent: Operations

      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 ListOperationsResult clone()
      Overrides:
      clone in class Object