Class GetContextKeysForPrincipalPolicyResult

    • Constructor Detail

      • GetContextKeysForPrincipalPolicyResult

        public GetContextKeysForPrincipalPolicyResult()
    • Method Detail

      • getContextKeyNames

        public List<String> getContextKeyNames()

        The list of context keys that are referenced in the input policies.

        Returns:
        The list of context keys that are referenced in the input policies.
      • setContextKeyNames

        public void setContextKeyNames​(Collection<String> contextKeyNames)

        The list of context keys that are referenced in the input policies.

        Parameters:
        contextKeyNames - The list of context keys that are referenced in the input policies.
      • withContextKeyNames

        public GetContextKeysForPrincipalPolicyResult withContextKeyNames​(Collection<String> contextKeyNames)

        The list of context keys that are referenced in the input policies.

        Parameters:
        contextKeyNames - The list of context keys that are referenced in the input policies.
        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