Class ListVaultsResult

    • Constructor Detail

      • ListVaultsResult

        public ListVaultsResult()
    • Method Detail

      • withVaultList

        public ListVaultsResult withVaultList​(Collection<DescribeVaultOutput> vaultList)

        List of vaults.

        Parameters:
        vaultList - List of vaults.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMarker

        public void setMarker​(String marker)

        The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

        Parameters:
        marker - The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.
      • getMarker

        public String getMarker()

        The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

        Returns:
        The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.
      • withMarker

        public ListVaultsResult withMarker​(String marker)

        The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

        Parameters:
        marker - The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.
        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