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