public class DescribeFileSystemsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFileSystemsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFileSystemsResult |
clone() |
boolean |
equals(Object obj) |
List<FileSystemDescription> |
getFileSystems()
An array of file system descriptions.
|
String |
getMarker()
A string, present if provided by caller in the request.
|
String |
getNextMarker()
A string, present if there are more file systems than returned in the
response.
|
int |
hashCode() |
void |
setFileSystems(Collection<FileSystemDescription> fileSystems)
An array of file system descriptions.
|
void |
setMarker(String marker)
A string, present if provided by caller in the request.
|
void |
setNextMarker(String nextMarker)
A string, present if there are more file systems than returned in the
response.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeFileSystemsResult |
withFileSystems(Collection<FileSystemDescription> fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResult |
withFileSystems(FileSystemDescription... fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResult |
withMarker(String marker)
A string, present if provided by caller in the request.
|
DescribeFileSystemsResult |
withNextMarker(String nextMarker)
A string, present if there are more file systems than returned in the
response.
|
public void setMarker(String marker)
A string, present if provided by caller in the request.
marker
- A string, present if provided by caller in the request.public String getMarker()
A string, present if provided by caller in the request.
public DescribeFileSystemsResult withMarker(String marker)
A string, present if provided by caller in the request.
marker
- A string, present if provided by caller in the request.public List<FileSystemDescription> getFileSystems()
An array of file system descriptions.
public void setFileSystems(Collection<FileSystemDescription> fileSystems)
An array of file system descriptions.
fileSystems
- An array of file system descriptions.public DescribeFileSystemsResult withFileSystems(FileSystemDescription... fileSystems)
An array of file system descriptions.
NOTE: This method appends the values to the existing list (if
any). Use setFileSystems(java.util.Collection)
or
withFileSystems(java.util.Collection)
if you want to override
the existing values.
fileSystems
- An array of file system descriptions.public DescribeFileSystemsResult withFileSystems(Collection<FileSystemDescription> fileSystems)
An array of file system descriptions.
fileSystems
- An array of file system descriptions.public void setNextMarker(String nextMarker)
A string, present if there are more file systems than returned in the
response. You can use the NextMarker
in the subsequent
request to fetch the descriptions.
nextMarker
- A string, present if there are more file systems than returned in
the response. You can use the NextMarker
in the
subsequent request to fetch the descriptions.public String getNextMarker()
A string, present if there are more file systems than returned in the
response. You can use the NextMarker
in the subsequent
request to fetch the descriptions.
NextMarker
in the
subsequent request to fetch the descriptions.public DescribeFileSystemsResult withNextMarker(String nextMarker)
A string, present if there are more file systems than returned in the
response. You can use the NextMarker
in the subsequent
request to fetch the descriptions.
nextMarker
- A string, present if there are more file systems than returned in
the response. You can use the NextMarker
in the
subsequent request to fetch the descriptions.public String toString()
toString
in class Object
Object.toString()
public DescribeFileSystemsResult clone()
Copyright © 2015. All rights reserved.