Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreatePlatformEndpointRequest.Builder,CreatePlatformEndpointRequest>
@Generated("software.amazon.awssdk:codegen") public class CreatePlatformEndpointRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreatePlatformEndpointRequest.Builder,CreatePlatformEndpointRequest>
Input for CreatePlatformEndpoint action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreatePlatformEndpointRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
Map<String,String> |
attributes() |
For a list of attributes, see SetEndpointAttributes.
|
static CreatePlatformEndpointRequest.Builder |
builder() |
|
String |
customUserData() |
Arbitrary user data to associate with the endpoint.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
platformApplicationArn() |
PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.
|
static Class<? extends CreatePlatformEndpointRequest.Builder> |
serializableBuilderClass() |
|
CreatePlatformEndpointRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
token() |
Unique identifier created by the notification service for an app on a device.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String platformApplicationArn()
PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.
public String token()
Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM or ADM, the device token equivalent is called the registration ID.
public String customUserData()
Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.
public Map<String,String> attributes()
For a list of attributes, see SetEndpointAttributes.
public CreatePlatformEndpointRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreatePlatformEndpointRequest.Builder,CreatePlatformEndpointRequest>
public static CreatePlatformEndpointRequest.Builder builder()
public static Class<? extends CreatePlatformEndpointRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.