JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.pinpointsmsvoicev2.model

Class UpdateProtectConfigurationResult

    • Constructor Detail

      • UpdateProtectConfigurationResult

        public UpdateProtectConfigurationResult()
    • Method Detail

      • setProtectConfigurationArn

        public void setProtectConfigurationArn(String protectConfigurationArn)

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

        Parameters:
        protectConfigurationArn - The Amazon Resource Name (ARN) of the protect configuration.
      • getProtectConfigurationArn

        public String getProtectConfigurationArn()

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

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

        public UpdateProtectConfigurationResult withProtectConfigurationArn(String protectConfigurationArn)

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

        Parameters:
        protectConfigurationArn - The Amazon Resource Name (ARN) of the protect configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProtectConfigurationId

        public void setProtectConfigurationId(String protectConfigurationId)

        The unique identifier for the protect configuration.

        Parameters:
        protectConfigurationId - The unique identifier for the protect configuration.
      • getProtectConfigurationId

        public String getProtectConfigurationId()

        The unique identifier for the protect configuration.

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

        public UpdateProtectConfigurationResult withProtectConfigurationId(String protectConfigurationId)

        The unique identifier for the protect configuration.

        Parameters:
        protectConfigurationId - The unique identifier for the protect configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedTimestamp

        public void setCreatedTimestamp(Date createdTimestamp)

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

        Parameters:
        createdTimestamp - The time when the protect configuration was created, in UNIX epoch time format.
      • getCreatedTimestamp

        public Date getCreatedTimestamp()

        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.
      • withCreatedTimestamp

        public UpdateProtectConfigurationResult withCreatedTimestamp(Date createdTimestamp)

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

        Parameters:
        createdTimestamp - The time when the protect configuration was created, in UNIX epoch time format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAccountDefault

        public void setAccountDefault(Boolean accountDefault)

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

        Parameters:
        accountDefault - This is true if the protect configuration is set as your account default protect configuration.
      • getAccountDefault

        public Boolean getAccountDefault()

        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.
      • withAccountDefault

        public UpdateProtectConfigurationResult withAccountDefault(Boolean accountDefault)

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

        Parameters:
        accountDefault - This is true if the protect configuration is set as your account default protect configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAccountDefault

        public Boolean isAccountDefault()

        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.
      • setDeletionProtectionEnabled

        public void setDeletionProtectionEnabled(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.

        Parameters:
        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.
      • getDeletionProtectionEnabled

        public Boolean getDeletionProtectionEnabled()

        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.
      • withDeletionProtectionEnabled

        public UpdateProtectConfigurationResult withDeletionProtectionEnabled(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • isDeletionProtectionEnabled

        public Boolean isDeletionProtectionEnabled()

        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 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /