Class IngressBooleanToEvaluate

    • Method Detail

      • analysis

        public final IngressAnalysis analysis()

        The structure type for a boolean condition stating the Add On ARN and its returned value.

        Returns:
        The structure type for a boolean condition stating the Add On ARN and its returned value.
      • isInAddressList

        public final IngressIsInAddressList isInAddressList()

        The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.

        Returns:
        The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)
      • fromAnalysis

        public static IngressBooleanToEvaluate fromAnalysis​(IngressAnalysis analysis)
        Create an instance of this class with analysis() initialized to the given value.

        The structure type for a boolean condition stating the Add On ARN and its returned value.

        Parameters:
        analysis - The structure type for a boolean condition stating the Add On ARN and its returned value.
      • fromAnalysis

        public static IngressBooleanToEvaluate fromAnalysis​(Consumer<IngressAnalysis.Builder> analysis)
        Create an instance of this class with analysis() initialized to the given value.

        The structure type for a boolean condition stating the Add On ARN and its returned value.

        Parameters:
        analysis - The structure type for a boolean condition stating the Add On ARN and its returned value.
      • fromIsInAddressList

        public static IngressBooleanToEvaluate fromIsInAddressList​(IngressIsInAddressList isInAddressList)
        Create an instance of this class with isInAddressList() initialized to the given value.

        The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.

        Parameters:
        isInAddressList - The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.
      • fromIsInAddressList

        public static IngressBooleanToEvaluate fromIsInAddressList​(Consumer<IngressIsInAddressList.Builder> isInAddressList)
        Create an instance of this class with isInAddressList() initialized to the given value.

        The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.

        Parameters:
        isInAddressList - The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.