AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the RequestSenderId operation. Request a new sender ID that doesn't require registration.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.PinpointSMSVoiceV2.AmazonPinpointSMSVoiceV2Request
      Amazon.PinpointSMSVoiceV2.Model.RequestSenderIdRequest

Namespace: Amazon.PinpointSMSVoiceV2.Model
Assembly: AWSSDK.PinpointSMSVoiceV2.dll
Version: 3.x.y.z

Syntax

C#
public class RequestSenderIdRequest : AmazonPinpointSMSVoiceV2Request
         IAmazonWebServiceRequest

The RequestSenderIdRequest type exposes the following members

Constructors

NameDescription
Public Method RequestSenderIdRequest()

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.

Public Property DeletionProtectionEnabled System.Boolean

Gets and sets the property DeletionProtectionEnabled.

By default this is set to false. When set to true the sender ID can't be deleted.

Public Property IsoCountryCode System.String

Gets and sets the property IsoCountryCode.

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

Public Property MessageTypes System.Collections.Generic.List<System.String>

Gets and sets the property MessageTypes.

The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.

Public Property SenderId System.String

Gets and sets the property SenderId.

The sender ID string to request.

Public Property Tags System.Collections.Generic.List<Amazon.PinpointSMSVoiceV2.Model.Tag>

Gets and sets the property Tags.

An array of tags (key and value pairs) to associate with the sender ID.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5