Class RebuildWorkspacesResult

java.lang.Object
com.amazonaws.services.workspaces.model.RebuildWorkspacesResult
All Implemented Interfaces:
Serializable, Cloneable

public class RebuildWorkspacesResult extends Object implements Serializable, Cloneable

Contains the results of the RebuildWorkspaces operation.

See Also:
  • Constructor Details

    • RebuildWorkspacesResult

      public RebuildWorkspacesResult()
  • Method Details

    • getFailedRequests

      public List<FailedWorkspaceChangeRequest> getFailedRequests()

      An array of structures that represent any WorkSpaces that could not be rebuilt.

      Returns:
      An array of structures that represent any WorkSpaces that could not be rebuilt.
    • setFailedRequests

      public void setFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)

      An array of structures that represent any WorkSpaces that could not be rebuilt.

      Parameters:
      failedRequests - An array of structures that represent any WorkSpaces that could not be rebuilt.
    • withFailedRequests

      public RebuildWorkspacesResult withFailedRequests(FailedWorkspaceChangeRequest... failedRequests)

      An array of structures that represent any WorkSpaces that could not be rebuilt.

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

      Parameters:
      failedRequests - An array of structures that represent any WorkSpaces that could not be rebuilt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withFailedRequests

      public RebuildWorkspacesResult withFailedRequests(Collection<FailedWorkspaceChangeRequest> failedRequests)

      An array of structures that represent any WorkSpaces that could not be rebuilt.

      Parameters:
      failedRequests - An array of structures that represent any WorkSpaces that could not be rebuilt.
      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 RebuildWorkspacesResult clone()
      Overrides:
      clone in class Object