Class DescribeFileSystemsResult

    • Constructor Detail

      • DescribeFileSystemsResult

        public DescribeFileSystemsResult()
    • Method Detail

      • setMarker

        public void setMarker​(String marker)

        A string, present if provided by caller in the request.

        Parameters:
        marker - A string, present if provided by caller in the request.
      • getMarker

        public String getMarker()

        A string, present if provided by caller in the request.

        Returns:
        A string, present if provided by caller in the request.
      • withMarker

        public DescribeFileSystemsResult withMarker​(String marker)

        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

        public List<FileSystemDescription> getFileSystems()

        An array of file system descriptions.

        Returns:
        An array of file system descriptions.
      • setFileSystems

        public void setFileSystems​(Collection<FileSystemDescription> fileSystems)

        An array of file system descriptions.

        Parameters:
        fileSystems - An array of file system descriptions.
      • withFileSystems

        public DescribeFileSystemsResult withFileSystems​(Collection<FileSystemDescription> fileSystems)

        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

        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.

        Parameters:
        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.
      • getNextMarker

        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.

        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

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object