@Generated(value="software.amazon.awssdk:codegen") public class CreatePlatformEndpointRequest extends software.amazon.awssdk.AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreatePlatformEndpointRequest.Builder,CreatePlatformEndpointRequest>
Input for CreatePlatformEndpoint action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePlatformEndpointRequest.Builder |
| Modifier and Type | Method and 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() |
String |
token()
Unique identifier created by the notification service for an app on a device.
|
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setSdkClientExecutionTimeout, withGeneralProgressListener, withSdkClientExecutionTimeoutpublic 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreatePlatformEndpointRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreatePlatformEndpointRequest.Builder,CreatePlatformEndpointRequest>public static CreatePlatformEndpointRequest.Builder builder()
public static Class<? extends CreatePlatformEndpointRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.