@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRootFoldersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRootFoldersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRootFoldersResult |
clone() |
boolean |
equals(Object obj) |
List<FolderMetadata> |
getFolders()
The user's special folders.
|
String |
getMarker()
The marker for the next set of results.
|
int |
hashCode() |
void |
setFolders(Collection<FolderMetadata> folders)
The user's special folders.
|
void |
setMarker(String marker)
The marker for the next set of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeRootFoldersResult |
withFolders(Collection<FolderMetadata> folders)
The user's special folders.
|
DescribeRootFoldersResult |
withFolders(FolderMetadata... folders)
The user's special folders.
|
DescribeRootFoldersResult |
withMarker(String marker)
The marker for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FolderMetadata> getFolders()
The user's special folders.
public void setFolders(Collection<FolderMetadata> folders)
The user's special folders.
folders
- The user's special folders.public DescribeRootFoldersResult withFolders(FolderMetadata... folders)
The user's special folders.
NOTE: This method appends the values to the existing list (if any). Use
setFolders(java.util.Collection)
or withFolders(java.util.Collection)
if you want to override
the existing values.
folders
- The user's special folders.public DescribeRootFoldersResult withFolders(Collection<FolderMetadata> folders)
The user's special folders.
folders
- The user's special folders.public void setMarker(String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.public String getMarker()
The marker for the next set of results.
public DescribeRootFoldersResult withMarker(String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeRootFoldersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.