@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspaceDirectoriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeWorkspaceDirectoriesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkspaceDirectoriesResult |
clone() |
boolean |
equals(Object obj) |
List<WorkspaceDirectory> |
getDirectories()
Information about the directories.
|
String |
getNextToken()
The token to use to retrieve the next set of results, or null if there are no more results available.
|
int |
hashCode() |
void |
setDirectories(Collection<WorkspaceDirectory> directories)
Information about the directories.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if there are no more results available.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeWorkspaceDirectoriesResult |
withDirectories(Collection<WorkspaceDirectory> directories)
Information about the directories.
|
DescribeWorkspaceDirectoriesResult |
withDirectories(WorkspaceDirectory... directories)
Information about the directories.
|
DescribeWorkspaceDirectoriesResult |
withNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if there are no more results available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<WorkspaceDirectory> getDirectories()
Information about the directories.
public void setDirectories(Collection<WorkspaceDirectory> directories)
Information about the directories.
directories
- Information about the directories.public DescribeWorkspaceDirectoriesResult withDirectories(WorkspaceDirectory... directories)
Information about the directories.
NOTE: This method appends the values to the existing list (if any). Use
setDirectories(java.util.Collection)
or withDirectories(java.util.Collection)
if you want to
override the existing values.
directories
- Information about the directories.public DescribeWorkspaceDirectoriesResult withDirectories(Collection<WorkspaceDirectory> directories)
Information about the directories.
directories
- Information about the directories.public void setNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if there are no more results available. This token is valid for one day and must be used within that time frame.
nextToken
- The token to use to retrieve the next set of results, or null if there are no more results available. This
token is valid for one day and must be used within that time frame.public String getNextToken()
The token to use to retrieve the next set of results, or null if there are no more results available. This token is valid for one day and must be used within that time frame.
public DescribeWorkspaceDirectoriesResult withNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if there are no more results available. This token is valid for one day and must be used within that time frame.
nextToken
- The token to use to retrieve the next set of results, or null if there are no more results available. This
token is valid for one day and must be used within that time frame.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkspaceDirectoriesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.