AWSPinpointTargetingUpdateEndpointsBatchRequest

Objective-C

@interface AWSPinpointTargetingUpdateEndpointsBatchRequest

Swift

class AWSPinpointTargetingUpdateEndpointsBatchRequest
  • The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

    Declaration

    Objective-C

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

    Swift

    var applicationId: String? { get set }
  • Specifies a batch of endpoints to create or update and the settings and attributes to set or change for each endpoint.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSPinpointTargetingEndpointBatchRequest *_Nullable endpointBatchRequest;

    Swift

    var endpointBatchRequest: AWSPinpointTargetingEndpointBatchRequest? { get set }