Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreatePlatformApplicationRequest.Builder,CreatePlatformApplicationRequest>
@Generated("software.amazon.awssdk:codegen") public class CreatePlatformApplicationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreatePlatformApplicationRequest.Builder,CreatePlatformApplicationRequest>
Input for CreatePlatformApplication action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreatePlatformApplicationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
Map<String,String> |
attributes() |
For a list of attributes, see SetPlatformApplicationAttributes
|
static CreatePlatformApplicationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens,
and periods, and must be between 1 and 256 characters long.
|
String |
platform() |
The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service),
APNS_SANDBOX, and GCM (Google Cloud Messaging).
|
static Class<? extends CreatePlatformApplicationRequest.Builder> |
serializableBuilderClass() |
|
CreatePlatformApplicationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
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 name()
Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.
public String platform()
The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).
public Map<String,String> attributes()
For a list of attributes, see SetPlatformApplicationAttributes
public CreatePlatformApplicationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreatePlatformApplicationRequest.Builder,CreatePlatformApplicationRequest>
public static CreatePlatformApplicationRequest.Builder builder()
public static Class<? extends CreatePlatformApplicationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.