Class ConditionKeyDefinition

    • Method Detail

      • getType

        public java.lang.String getType()
        Returns:
        The IAM policy type of the value that will supplied for this condition key.
      • getDocumentation

        public java.util.Optional<java.lang.String> getDocumentation()
        Returns:
        A short description of the role of the condition key.
      • getExternalDocumentation

        public java.util.Optional<java.lang.String> getExternalDocumentation()
        Returns:
        A URL to the documentation page.
      • getRelativeDocumentation

        public java.util.Optional<java.lang.String> getRelativeDocumentation()
        Get the relative URL path that defines more information about the condition key within a set of IAM-related documentation.
        Returns:
        A relative URL to the documentation page.
      • toNode

        public Node toNode()
        Description copied from interface: ToNode
        Converts a value to a Node.
        Specified by:
        toNode in interface ToNode
        Returns:
        Returns the creates Node.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object