Class AdminScope

    • Method Detail

      • accountScope

        public final AccountScope accountScope()

        Defines the accounts that the specified Firewall Manager administrator can apply policies to.

        Returns:
        Defines the accounts that the specified Firewall Manager administrator can apply policies to.
      • organizationalUnitScope

        public final OrganizationalUnitScope organizationalUnitScope()

        Defines the Organizations organizational units that the specified Firewall Manager administrator can apply policies to. For more information about OUs in Organizations, see Managing organizational units (OUs) in the Organizations User Guide.

        Returns:
        Defines the Organizations organizational units that the specified Firewall Manager administrator can apply policies to. For more information about OUs in Organizations, see Managing organizational units (OUs) in the Organizations User Guide.
      • regionScope

        public final RegionScope regionScope()

        Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.

        Returns:
        Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
      • policyTypeScope

        public final PolicyTypeScope policyTypeScope()

        Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and manage.

        Returns:
        Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and manage.
      • 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)