Class DescribeWorkspacesResult

    • Constructor Detail

      • DescribeWorkspacesResult

        public DescribeWorkspacesResult()
    • Method Detail

      • getWorkspaces

        public List<Workspace> getWorkspaces()

        An array of structures that contain the information about the WorkSpaces.

        Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

        Returns:
        An array of structures that contain the information about the WorkSpaces.

        Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

      • setWorkspaces

        public void setWorkspaces​(Collection<Workspace> workspaces)

        An array of structures that contain the information about the WorkSpaces.

        Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

        Parameters:
        workspaces - An array of structures that contain the information about the WorkSpaces.

        Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

      • withWorkspaces

        public DescribeWorkspacesResult withWorkspaces​(Workspace... workspaces)

        An array of structures that contain the information about the WorkSpaces.

        Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

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

        Parameters:
        workspaces - An array of structures that contain the information about the WorkSpaces.

        Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

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

        public DescribeWorkspacesResult withWorkspaces​(Collection<Workspace> workspaces)

        An array of structures that contain the information about the WorkSpaces.

        Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

        Parameters:
        workspaces - An array of structures that contain the information about the WorkSpaces.

        Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

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

        public void setNextToken​(String nextToken)

        If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

        Parameters:
        nextToken - If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.
      • getNextToken

        public String getNextToken()

        If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

        Returns:
        If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.
      • withNextToken

        public DescribeWorkspacesResult withNextToken​(String nextToken)

        If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.

        Parameters:
        nextToken - If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that timeframe.
        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