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 UpdatePoolResult

    • Constructor Detail

      • UpdatePoolResult

        public UpdatePoolResult()
    • Method Detail

      • setPoolArn

        public void setPoolArn(String poolArn)

        The ARN of the pool.

        Parameters:
        poolArn - The ARN of the pool.
      • getPoolArn

        public String getPoolArn()

        The ARN of the pool.

        Returns:
        The ARN of the pool.
      • withPoolArn

        public UpdatePoolResult withPoolArn(String poolArn)

        The ARN of the pool.

        Parameters:
        poolArn - The ARN of the pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPoolId

        public void setPoolId(String poolId)

        The unique identifier of the pool.

        Parameters:
        poolId - The unique identifier of the pool.
      • getPoolId

        public String getPoolId()

        The unique identifier of the pool.

        Returns:
        The unique identifier of the pool.
      • withPoolId

        public UpdatePoolResult withPoolId(String poolId)

        The unique identifier of the pool.

        Parameters:
        poolId - The unique identifier of the pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The current status of the pool update request.

        Parameters:
        status - The current status of the pool update request.
        See Also:
        PoolStatus
      • getStatus

        public String getStatus()

        The current status of the pool update request.

        Returns:
        The current status of the pool update request.
        See Also:
        PoolStatus
      • withStatus

        public UpdatePoolResult withStatus(String status)

        The current status of the pool update request.

        Parameters:
        status - The current status of the pool update request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PoolStatus
      • withStatus

        public UpdatePoolResult withStatus(PoolStatus status)

        The current status of the pool update request.

        Parameters:
        status - The current status of the pool update request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PoolStatus
      • setMessageType

        public void setMessageType(String messageType)

        The type of message for the pool to use.

        Parameters:
        messageType - The type of message for the pool to use.
        See Also:
        MessageType
      • getMessageType

        public String getMessageType()

        The type of message for the pool to use.

        Returns:
        The type of message for the pool to use.
        See Also:
        MessageType
      • withMessageType

        public UpdatePoolResult withMessageType(String messageType)

        The type of message for the pool to use.

        Parameters:
        messageType - The type of message for the pool to use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MessageType
      • withMessageType

        public UpdatePoolResult withMessageType(MessageType messageType)

        The type of message for the pool to use.

        Parameters:
        messageType - The type of message for the pool to use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MessageType
      • setTwoWayEnabled

        public void setTwoWayEnabled(Boolean twoWayEnabled)

        By default this is set to false. When set to true you can receive incoming text messages from your end recipients.

        Parameters:
        twoWayEnabled - By default this is set to false. When set to true you can receive incoming text messages from your end recipients.
      • getTwoWayEnabled

        public Boolean getTwoWayEnabled()

        By default this is set to false. When set to true you can receive incoming text messages from your end recipients.

        Returns:
        By default this is set to false. When set to true you can receive incoming text messages from your end recipients.
      • withTwoWayEnabled

        public UpdatePoolResult withTwoWayEnabled(Boolean twoWayEnabled)

        By default this is set to false. When set to true you can receive incoming text messages from your end recipients.

        Parameters:
        twoWayEnabled - By default this is set to false. When set to true you can receive incoming text messages from your end recipients.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTwoWayEnabled

        public Boolean isTwoWayEnabled()

        By default this is set to false. When set to true you can receive incoming text messages from your end recipients.

        Returns:
        By default this is set to false. When set to true you can receive incoming text messages from your end recipients.
      • setTwoWayChannelArn

        public void setTwoWayChannelArn(String twoWayChannelArn)

        The Amazon Resource Name (ARN) of the two way channel.

        Parameters:
        twoWayChannelArn - The Amazon Resource Name (ARN) of the two way channel.
      • getTwoWayChannelArn

        public String getTwoWayChannelArn()

        The Amazon Resource Name (ARN) of the two way channel.

        Returns:
        The Amazon Resource Name (ARN) of the two way channel.
      • withTwoWayChannelArn

        public UpdatePoolResult withTwoWayChannelArn(String twoWayChannelArn)

        The Amazon Resource Name (ARN) of the two way channel.

        Parameters:
        twoWayChannelArn - The Amazon Resource Name (ARN) of the two way channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTwoWayChannelRole

        public void setTwoWayChannelRole(String twoWayChannelRole)

        An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.

        Parameters:
        twoWayChannelRole - An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
      • getTwoWayChannelRole

        public String getTwoWayChannelRole()

        An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.

        Returns:
        An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
      • withTwoWayChannelRole

        public UpdatePoolResult withTwoWayChannelRole(String twoWayChannelRole)

        An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.

        Parameters:
        twoWayChannelRole - An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSelfManagedOptOutsEnabled

        public void setSelfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)

        When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.

        Parameters:
        selfManagedOptOutsEnabled - When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
      • getSelfManagedOptOutsEnabled

        public Boolean getSelfManagedOptOutsEnabled()

        When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.

        Returns:
        When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
      • withSelfManagedOptOutsEnabled

        public UpdatePoolResult withSelfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)

        When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.

        Parameters:
        selfManagedOptOutsEnabled - When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSelfManagedOptOutsEnabled

        public Boolean isSelfManagedOptOutsEnabled()

        When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.

        Returns:
        When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
      • setOptOutListName

        public void setOptOutListName(String optOutListName)

        The name of the OptOutList associated with the pool.

        Parameters:
        optOutListName - The name of the OptOutList associated with the pool.
      • getOptOutListName

        public String getOptOutListName()

        The name of the OptOutList associated with the pool.

        Returns:
        The name of the OptOutList associated with the pool.
      • withOptOutListName

        public UpdatePoolResult withOptOutListName(String optOutListName)

        The name of the OptOutList associated with the pool.

        Parameters:
        optOutListName - The name of the OptOutList associated with the pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSharedRoutesEnabled

        public void setSharedRoutesEnabled(Boolean sharedRoutesEnabled)

        Indicates whether shared routes are enabled for the pool.

        Parameters:
        sharedRoutesEnabled - Indicates whether shared routes are enabled for the pool.
      • getSharedRoutesEnabled

        public Boolean getSharedRoutesEnabled()

        Indicates whether shared routes are enabled for the pool.

        Returns:
        Indicates whether shared routes are enabled for the pool.
      • withSharedRoutesEnabled

        public UpdatePoolResult withSharedRoutesEnabled(Boolean sharedRoutesEnabled)

        Indicates whether shared routes are enabled for the pool.

        Parameters:
        sharedRoutesEnabled - Indicates whether shared routes are enabled for the pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSharedRoutesEnabled

        public Boolean isSharedRoutesEnabled()

        Indicates whether shared routes are enabled for the pool.

        Returns:
        Indicates whether shared routes are enabled for the pool.
      • setDeletionProtectionEnabled

        public void setDeletionProtectionEnabled(Boolean deletionProtectionEnabled)

        When set to true the pool can't be deleted.

        Parameters:
        deletionProtectionEnabled - When set to true the pool can't be deleted.
      • getDeletionProtectionEnabled

        public Boolean getDeletionProtectionEnabled()

        When set to true the pool can't be deleted.

        Returns:
        When set to true the pool can't be deleted.
      • withDeletionProtectionEnabled

        public UpdatePoolResult withDeletionProtectionEnabled(Boolean deletionProtectionEnabled)

        When set to true the pool can't be deleted.

        Parameters:
        deletionProtectionEnabled - When set to true the pool can't be deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDeletionProtectionEnabled

        public Boolean isDeletionProtectionEnabled()

        When set to true the pool can't be deleted.

        Returns:
        When set to true the pool can't be deleted.
      • setCreatedTimestamp

        public void setCreatedTimestamp(Date createdTimestamp)

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

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

        public Date getCreatedTimestamp()

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

        Returns:
        The time when the pool was created, in UNIX epoch time format.
      • withCreatedTimestamp

        public UpdatePoolResult withCreatedTimestamp(Date createdTimestamp)

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

        Parameters:
        createdTimestamp - The time when the pool was created, in UNIX epoch time format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /