AWSPinpointTargetingListTemplatesRequest

Objective-C

@interface AWSPinpointTargetingListTemplatesRequest

Swift

class AWSPinpointTargetingListTemplatesRequest
  • Thestring that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

    Declaration

    Objective-C

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

    Swift

    var pageSize: String? { get set }
  • The substring to match in the names of the message templates to include in the results. If you specify this value, Amazon Pinpoint returns only those templates whose names begin with the value that you specify.

    Declaration

    Objective-C

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

    Swift

    var prefix: String? { get set }
  • The type of message template to include in the results. Valid values are: EMAIL, PUSH, SMS, and VOICE. To include all types of templates in the results, don’t include this parameter in your request.

    Declaration

    Objective-C

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

    Swift

    var templateType: String? { get set }