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 String getMarker()
public void setMarker(String marker)
marker
- A string, present if provided by caller in the request.public DescribeFileSystemsResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- A string, present if provided by caller in the request.public List<FileSystemDescription> getFileSystems()
public void setFileSystems(Collection<FileSystemDescription> fileSystems)
fileSystems
- An array of file system descriptions.public DescribeFileSystemsResult withFileSystems(FileSystemDescription... fileSystems)
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.
Returns a reference to this object so that method calls can be chained together.
fileSystems
- An array of file system descriptions.public DescribeFileSystemsResult withFileSystems(Collection<FileSystemDescription> fileSystems)
Returns a reference to this object so that method calls can be chained together.
fileSystems
- An array of file system descriptions.public String getNextMarker()
NextMarker
in the subsequent
request to fetch the descriptions.NextMarker
in the subsequent
request to fetch the descriptions.public void setNextMarker(String nextMarker)
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 DescribeFileSystemsResult withNextMarker(String nextMarker)
NextMarker
in the subsequent
request to fetch the descriptions.
Returns a reference to this object so that method calls can be chained together.
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.