@Generated(value="software.amazon.awssdk:codegen") public final class APNSChannelRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<APNSChannelRequest.Builder,APNSChannelRequest>
Specifies the status and settings of the APNs (Apple Push Notification service) channel for an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
APNSChannelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static APNSChannelRequest.Builder |
builder() |
String |
bundleId()
The bundle identifier that's assigned to your iOS app.
|
String |
certificate()
The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with APNs by
using an APNs certificate.
|
String |
defaultAuthenticationMethod()
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or
certificate.
|
Boolean |
enabled()
Specifies whether to enable the APNs channel for the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
privateKey()
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends APNSChannelRequest.Builder> |
serializableBuilderClass() |
String |
teamId()
The identifier that's assigned to your Apple developer account team.
|
APNSChannelRequest.Builder |
toBuilder() |
String |
tokenKey()
The authentication key to use for APNs tokens.
|
String |
tokenKeyId()
The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with APNs
by using APNs tokens.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bundleId()
The bundle identifier that's assigned to your iOS app. This identifier is used for APNs tokens.
public final String certificate()
The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with APNs by using an APNs certificate.
public final String defaultAuthenticationMethod()
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or certificate.
public final Boolean enabled()
Specifies whether to enable the APNs channel for the application.
public final String privateKey()
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
public final String teamId()
The identifier that's assigned to your Apple developer account team. This identifier is used for APNs tokens.
public final String tokenKey()
The authentication key to use for APNs tokens.
public final String tokenKeyId()
The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with APNs by using APNs tokens.
public APNSChannelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<APNSChannelRequest.Builder,APNSChannelRequest>public static APNSChannelRequest.Builder builder()
public static Class<? extends APNSChannelRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.