@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 no more results are 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 no more results are available.
|
String |
toString()
Returns a string representation of this object.
|
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 no more results are 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 no more results are available.
nextToken
- The token to use to retrieve the next set of results, or null if no more results are available.public String getNextToken()
The token to use to retrieve the next set of results, or null if no more results are available.
public DescribeWorkspaceDirectoriesResult withNextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken
- The token to use to retrieve the next set of results, or null if no more results are available.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkspaceDirectoriesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.