@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspacesPoolsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeWorkspacesPoolsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkspacesPoolsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
List<WorkspacesPool> |
getWorkspacesPools()
Information about the WorkSpaces Pools.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
void |
setWorkspacesPools(Collection<WorkspacesPool> workspacesPools)
Information about the WorkSpaces Pools.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorkspacesPoolsResult |
withNextToken(String nextToken)
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
DescribeWorkspacesPoolsResult |
withWorkspacesPools(Collection<WorkspacesPool> workspacesPools)
Information about the WorkSpaces Pools.
|
DescribeWorkspacesPoolsResult |
withWorkspacesPools(WorkspacesPool... workspacesPools)
Information about the WorkSpaces Pools.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<WorkspacesPool> getWorkspacesPools()
Information about the WorkSpaces Pools.
public void setWorkspacesPools(Collection<WorkspacesPool> workspacesPools)
Information about the WorkSpaces Pools.
workspacesPools
- Information about the WorkSpaces Pools.public DescribeWorkspacesPoolsResult withWorkspacesPools(WorkspacesPool... workspacesPools)
Information about the WorkSpaces Pools.
NOTE: This method appends the values to the existing list (if any). Use
setWorkspacesPools(java.util.Collection)
or withWorkspacesPools(java.util.Collection)
if you
want to override the existing values.
workspacesPools
- Information about the WorkSpaces Pools.public DescribeWorkspacesPoolsResult withWorkspacesPools(Collection<WorkspacesPool> workspacesPools)
Information about the WorkSpaces Pools.
workspacesPools
- Information about the WorkSpaces Pools.public void setNextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public String getNextToken()
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public DescribeWorkspacesPoolsResult withNextToken(String nextToken)
If you received a NextToken
from a previous call that was paginated, provide this token to receive
the next set of results.
nextToken
- If you received a NextToken
from a previous call that was paginated, provide this token to
receive the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkspacesPoolsResult clone()