Class ListFileSystemAssociationsRequest

    • Method Detail

      • gatewayARN

        public final String gatewayARN()
        Returns the value of the GatewayARN property for this object.
        Returns:
        The value of the GatewayARN property for this object.
      • limit

        public final Integer limit()

        The maximum number of file system associations to return in the response. If present, Limit must be an integer with a value greater than zero. Optional.

        Returns:
        The maximum number of file system associations to return in the response. If present, Limit must be an integer with a value greater than zero. Optional.
      • marker

        public final String marker()

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

        Returns:
        Opaque pagination token returned from a previous ListFileSystemAssociations operation. If present, Marker specifies where to continue the list from after a previous call to ListFileSystemAssociations. 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