Class GetThirdPartyFirewallAssociationStatusResponse

    • Method Detail

      • thirdPartyFirewallStatus

        public final ThirdPartyFirewallAssociationStatus thirdPartyFirewallStatus()

        The current status for setting a Firewall Manager policy administrators account as an administrator of the third-party firewall tenant.

        • ONBOARDING - The Firewall Manager policy administrator is being designated as a tenant administrator.

        • ONBOARD_COMPLETE - The Firewall Manager policy administrator is designated as a tenant administrator.

        • OFFBOARDING - The Firewall Manager policy administrator is being removed as a tenant administrator.

        • OFFBOARD_COMPLETE - The Firewall Manager policy administrator has been removed as a tenant administrator.

        • NOT_EXIST - The Firewall Manager policy administrator doesn't exist as a tenant administrator.

        If the service returns an enum value that is not available in the current SDK version, thirdPartyFirewallStatus will return ThirdPartyFirewallAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from thirdPartyFirewallStatusAsString().

        Returns:
        The current status for setting a Firewall Manager policy administrators account as an administrator of the third-party firewall tenant.

        • ONBOARDING - The Firewall Manager policy administrator is being designated as a tenant administrator.

        • ONBOARD_COMPLETE - The Firewall Manager policy administrator is designated as a tenant administrator.

        • OFFBOARDING - The Firewall Manager policy administrator is being removed as a tenant administrator.

        • OFFBOARD_COMPLETE - The Firewall Manager policy administrator has been removed as a tenant administrator.

        • NOT_EXIST - The Firewall Manager policy administrator doesn't exist as a tenant administrator.

        See Also:
        ThirdPartyFirewallAssociationStatus
      • thirdPartyFirewallStatusAsString

        public final String thirdPartyFirewallStatusAsString()

        The current status for setting a Firewall Manager policy administrators account as an administrator of the third-party firewall tenant.

        • ONBOARDING - The Firewall Manager policy administrator is being designated as a tenant administrator.

        • ONBOARD_COMPLETE - The Firewall Manager policy administrator is designated as a tenant administrator.

        • OFFBOARDING - The Firewall Manager policy administrator is being removed as a tenant administrator.

        • OFFBOARD_COMPLETE - The Firewall Manager policy administrator has been removed as a tenant administrator.

        • NOT_EXIST - The Firewall Manager policy administrator doesn't exist as a tenant administrator.

        If the service returns an enum value that is not available in the current SDK version, thirdPartyFirewallStatus will return ThirdPartyFirewallAssociationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from thirdPartyFirewallStatusAsString().

        Returns:
        The current status for setting a Firewall Manager policy administrators account as an administrator of the third-party firewall tenant.

        • ONBOARDING - The Firewall Manager policy administrator is being designated as a tenant administrator.

        • ONBOARD_COMPLETE - The Firewall Manager policy administrator is designated as a tenant administrator.

        • OFFBOARDING - The Firewall Manager policy administrator is being removed as a tenant administrator.

        • OFFBOARD_COMPLETE - The Firewall Manager policy administrator has been removed as a tenant administrator.

        • NOT_EXIST - The Firewall Manager policy administrator doesn't exist as a tenant administrator.

        See Also:
        ThirdPartyFirewallAssociationStatus
      • marketplaceOnboardingStatus

        public final MarketplaceSubscriptionOnboardingStatus marketplaceOnboardingStatus()

        The status for subscribing to the third-party firewall vendor in the Amazon Web Services Marketplace.

        • NO_SUBSCRIPTION - The Firewall Manager policy administrator isn't subscribed to the third-party firewall service in the Amazon Web Services Marketplace.

        • NOT_COMPLETE - The Firewall Manager policy administrator is in the process of subscribing to the third-party firewall service in the Amazon Web Services Marketplace, but doesn't yet have an active subscription.

        • COMPLETE - The Firewall Manager policy administrator has an active subscription to the third-party firewall service in the Amazon Web Services Marketplace.

        If the service returns an enum value that is not available in the current SDK version, marketplaceOnboardingStatus will return MarketplaceSubscriptionOnboardingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from marketplaceOnboardingStatusAsString().

        Returns:
        The status for subscribing to the third-party firewall vendor in the Amazon Web Services Marketplace.

        • NO_SUBSCRIPTION - The Firewall Manager policy administrator isn't subscribed to the third-party firewall service in the Amazon Web Services Marketplace.

        • NOT_COMPLETE - The Firewall Manager policy administrator is in the process of subscribing to the third-party firewall service in the Amazon Web Services Marketplace, but doesn't yet have an active subscription.

        • COMPLETE - The Firewall Manager policy administrator has an active subscription to the third-party firewall service in the Amazon Web Services Marketplace.

        See Also:
        MarketplaceSubscriptionOnboardingStatus
      • marketplaceOnboardingStatusAsString

        public final String marketplaceOnboardingStatusAsString()

        The status for subscribing to the third-party firewall vendor in the Amazon Web Services Marketplace.

        • NO_SUBSCRIPTION - The Firewall Manager policy administrator isn't subscribed to the third-party firewall service in the Amazon Web Services Marketplace.

        • NOT_COMPLETE - The Firewall Manager policy administrator is in the process of subscribing to the third-party firewall service in the Amazon Web Services Marketplace, but doesn't yet have an active subscription.

        • COMPLETE - The Firewall Manager policy administrator has an active subscription to the third-party firewall service in the Amazon Web Services Marketplace.

        If the service returns an enum value that is not available in the current SDK version, marketplaceOnboardingStatus will return MarketplaceSubscriptionOnboardingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from marketplaceOnboardingStatusAsString().

        Returns:
        The status for subscribing to the third-party firewall vendor in the Amazon Web Services Marketplace.

        • NO_SUBSCRIPTION - The Firewall Manager policy administrator isn't subscribed to the third-party firewall service in the Amazon Web Services Marketplace.

        • NOT_COMPLETE - The Firewall Manager policy administrator is in the process of subscribing to the third-party firewall service in the Amazon Web Services Marketplace, but doesn't yet have an active subscription.

        • COMPLETE - The Firewall Manager policy administrator has an active subscription to the third-party firewall service in the Amazon Web Services Marketplace.

        See Also:
        MarketplaceSubscriptionOnboardingStatus
      • 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