Class ListOperationsResult

    • Constructor Detail

      • ListOperationsResult

        public ListOperationsResult()
    • Method Detail

      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object