AWSPinpointTargetingNumberValidateRequest

Objective-C

@interface AWSPinpointTargetingNumberValidateRequest

Swift

class AWSPinpointTargetingNumberValidateRequest

Specifies a phone number to validate and retrieve information about.

  • The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable isoCountryCode;

    Swift

    var isoCountryCode: String? { get set }
  • The phone number to retrieve information about. The phone number that you provide should include a valid numeric country code. Otherwise, the operation might result in an error.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable phoneNumber;

    Swift

    var phoneNumber: String? { get set }