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 SetDefaultSenderIdRequest

    • Constructor Detail

      • SetDefaultSenderIdRequest

        public SetDefaultSenderIdRequest()
    • Method Detail

      • setConfigurationSetName

        public void setConfigurationSetName(String configurationSetName)

        The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.

        Parameters:
        configurationSetName - The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.
      • getConfigurationSetName

        public String getConfigurationSetName()

        The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.

        Returns:
        The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.
      • withConfigurationSetName

        public SetDefaultSenderIdRequest withConfigurationSetName(String configurationSetName)

        The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.

        Parameters:
        configurationSetName - The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSenderId

        public void setSenderId(String senderId)

        The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.

        Parameters:
        senderId - The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.
      • getSenderId

        public String getSenderId()

        The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.

        Returns:
        The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.
      • withSenderId

        public SetDefaultSenderIdRequest withSenderId(String senderId)

        The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.

        Parameters:
        senderId - The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.
        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 によって変換されたページ (->オリジナル) /