Class TerminateWorkspacesResult

    • Constructor Detail

      • TerminateWorkspacesResult

        public TerminateWorkspacesResult()
    • Method Detail

      • getFailedRequests

        public List<FailedWorkspaceChangeRequest> getFailedRequests()

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

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

        public void setFailedRequests​(Collection<FailedWorkspaceChangeRequest> failedRequests)

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

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

        public TerminateWorkspacesResult withFailedRequests​(Collection<FailedWorkspaceChangeRequest> failedRequests)

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

        Parameters:
        failedRequests - An array of structures that represent any WorkSpaces that could not be terminated.
        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