Class DeleteProtectConfigurationResponse

    • Method Detail

      • protectConfigurationArn

        public final String protectConfigurationArn()

        The Amazon Resource Name (ARN) of the protect configuration.

        Returns:
        The Amazon Resource Name (ARN) of the protect configuration.
      • protectConfigurationId

        public final String protectConfigurationId()

        The unique identifier for the protect configuration.

        Returns:
        The unique identifier for the protect configuration.
      • createdTimestamp

        public final Instant createdTimestamp()

        The time when the protect configuration was created, in UNIX epoch time format.

        Returns:
        The time when the protect configuration was created, in UNIX epoch time format.
      • accountDefault

        public final Boolean accountDefault()

        This is true if the protect configuration is set as your account default protect configuration.

        Returns:
        This is true if the protect configuration is set as your account default protect configuration.
      • deletionProtectionEnabled

        public final Boolean deletionProtectionEnabled()

        The status of deletion protection for the protect configuration. When set to true deletion protection is enabled. By default this is set to false.

        Returns:
        The status of deletion protection for the protect configuration. When set to true deletion protection is enabled. By default this is set to false.
      • 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