Class SetDefaultSenderIdRequest

    • Method Detail

      • configurationSetName

        public final String configurationSetName()

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

        public final 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'.

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