@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 page of results. 
 | 
int | 
hashCode()  | 
void | 
setDirectories(Collection<WorkspaceDirectory> directories)
 Information about the directories. 
 | 
void | 
setNextToken(String nextToken)
 The token to use to retrieve the next page of results. 
 | 
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 page of results. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results
        to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
public DescribeWorkspaceDirectoriesResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results
        to return.public String toString()
toString in class ObjectObject.toString()public DescribeWorkspaceDirectoriesResult clone()