@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFileSystemsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFileSystemsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFileSystemsResult |
clone() |
boolean |
equals(Object obj) |
List<FileSystemDescription> |
getFileSystems()
Array of file system descriptions.
|
String |
getMarker()
Present if provided by caller in the request (String).
|
String |
getNextMarker()
Present if there are more file systems than returned in the response (String).
|
int |
hashCode() |
void |
setFileSystems(Collection<FileSystemDescription> fileSystems)
Array of file system descriptions.
|
void |
setMarker(String marker)
Present if provided by caller in the request (String).
|
void |
setNextMarker(String nextMarker)
Present if there are more file systems than returned in the response (String).
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeFileSystemsResult |
withFileSystems(Collection<FileSystemDescription> fileSystems)
Array of file system descriptions.
|
DescribeFileSystemsResult |
withFileSystems(FileSystemDescription... fileSystems)
Array of file system descriptions.
|
DescribeFileSystemsResult |
withMarker(String marker)
Present if provided by caller in the request (String).
|
DescribeFileSystemsResult |
withNextMarker(String nextMarker)
Present if there are more file systems than returned in the response (String).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMarker(String marker)
Present if provided by caller in the request (String).
marker
- Present if provided by caller in the request (String).public String getMarker()
Present if provided by caller in the request (String).
public DescribeFileSystemsResult withMarker(String marker)
Present if provided by caller in the request (String).
marker
- Present if provided by caller in the request (String).public List<FileSystemDescription> getFileSystems()
Array of file system descriptions.
public void setFileSystems(Collection<FileSystemDescription> fileSystems)
Array of file system descriptions.
fileSystems
- Array of file system descriptions.public DescribeFileSystemsResult withFileSystems(FileSystemDescription... fileSystems)
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
- Array of file system descriptions.public DescribeFileSystemsResult withFileSystems(Collection<FileSystemDescription> fileSystems)
Array of file system descriptions.
fileSystems
- Array of file system descriptions.public void setNextMarker(String nextMarker)
Present if there are more file systems than returned in the response (String). You can use the
NextMarker
in the subsequent request to fetch the descriptions.
nextMarker
- Present if there are more file systems than returned in the response (String). You can use the
NextMarker
in the subsequent request to fetch the descriptions.public String getNextMarker()
Present if there are more file systems than returned in the response (String). 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)
Present if there are more file systems than returned in the response (String). You can use the
NextMarker
in the subsequent request to fetch the descriptions.
nextMarker
- Present if there are more file systems than returned in the response (String). 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.