public class DescribeFileSystemsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<FileSystemDescription> |
fileSystems
An array of file system descriptions.
|
private java.lang.String |
marker
A string, present if provided by caller in the request.
|
private java.lang.String |
nextMarker
A string, present if there are more file systems than returned in the
response.
|
Constructor and Description |
---|
DescribeFileSystemsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFileSystemsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<FileSystemDescription> |
getFileSystems()
An array of file system descriptions.
|
java.lang.String |
getMarker()
A string, present if provided by caller in the request.
|
java.lang.String |
getNextMarker()
A string, present if there are more file systems than returned in the
response.
|
int |
hashCode() |
void |
setFileSystems(java.util.Collection<FileSystemDescription> fileSystems)
An array of file system descriptions.
|
void |
setMarker(java.lang.String marker)
A string, present if provided by caller in the request.
|
void |
setNextMarker(java.lang.String nextMarker)
A string, present if there are more file systems than returned in the
response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeFileSystemsResult |
withFileSystems(java.util.Collection<FileSystemDescription> fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResult |
withFileSystems(FileSystemDescription... fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResult |
withMarker(java.lang.String marker)
A string, present if provided by caller in the request.
|
DescribeFileSystemsResult |
withNextMarker(java.lang.String nextMarker)
A string, present if there are more file systems than returned in the
response.
|
private java.lang.String marker
A string, present if provided by caller in the request.
private SdkInternalList<FileSystemDescription> fileSystems
An array of file system descriptions.
private java.lang.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.
public void setMarker(java.lang.String marker)
A string, present if provided by caller in the request.
marker
- A string, present if provided by caller in the request.public java.lang.String getMarker()
A string, present if provided by caller in the request.
public DescribeFileSystemsResult withMarker(java.lang.String marker)
A string, present if provided by caller in the request.
marker
- A string, present if provided by caller in the request.public java.util.List<FileSystemDescription> getFileSystems()
An array of file system descriptions.
public void setFileSystems(java.util.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(java.util.Collection<FileSystemDescription> fileSystems)
An array of file system descriptions.
fileSystems
- An array of file system descriptions.public void setNextMarker(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeFileSystemsResult clone()
clone
in class java.lang.Object