Class DescribeFileSystemsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An array of file system descriptions.A string, present if provided by caller in the request.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
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.toString()
Returns a string representation of this object; useful for testing and debugging.withFileSystems
(FileSystemDescription... fileSystems) An array of file system descriptions.withFileSystems
(Collection<FileSystemDescription> fileSystems) An array of file system descriptions.withMarker
(String marker) A string, present if provided by caller in the request.withNextMarker
(String nextMarker) A string, present if there are more file systems than returned in the response.
-
Constructor Details
-
DescribeFileSystemsResult
public DescribeFileSystemsResult()
-
-
Method Details
-
setMarker
A string, present if provided by caller in the request.
- Parameters:
marker
- A string, present if provided by caller in the request.
-
getMarker
A string, present if provided by caller in the request.
- Returns:
- A string, present if provided by caller in the request.
-
withMarker
A string, present if provided by caller in the request.
- Parameters:
marker
- A string, present if provided by caller in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getFileSystems
An array of file system descriptions.
- Returns:
- An array of file system descriptions.
-
setFileSystems
An array of file system descriptions.
- Parameters:
fileSystems
- An array of file system descriptions.
-
withFileSystems
An array of file system descriptions.
NOTE: This method appends the values to the existing list (if any). Use
setFileSystems(java.util.Collection)
orwithFileSystems(java.util.Collection)
if you want to override the existing values.- Parameters:
fileSystems
- An array of file system descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFileSystems
An array of file system descriptions.
- Parameters:
fileSystems
- An array of file system descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextMarker
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.- Parameters:
nextMarker
- A string, present if there are more file systems than returned in the response. You can use theNextMarker
in the subsequent request to fetch the descriptions.
-
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.- Returns:
- 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.
-
withNextMarker
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.- Parameters:
nextMarker
- A string, present if there are more file systems than returned in the response. You can use theNextMarker
in the subsequent request to fetch the descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-