Class ListFileSharesRequest

    • Method Detail

      • gatewayARN

        public final String gatewayARN()

        The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.

        Returns:
        The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.
      • limit

        public final Integer limit()

        The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.

        Returns:
        The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.
      • marker

        public final String marker()

        Opaque pagination token returned from a previous ListFileShares operation. If present, Marker specifies where to continue the list from after a previous call to ListFileShares. Optional.

        Returns:
        Opaque pagination token returned from a previous ListFileShares operation. If present, Marker specifies where to continue the list from after a previous call to ListFileShares. Optional.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object