public static final class CfnAPNSVoipSandboxChannelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAPNSVoipSandboxChannelProps
CfnAPNSVoipSandboxChannelProps
CfnAPNSVoipSandboxChannelProps.Builder, CfnAPNSVoipSandboxChannelProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApplicationId()
The unique identifier for the application that the APNs VoIP sandbox channel applies to.
|
java.lang.String |
getBundleId()
The bundle identifier that's assigned to your iOS app.
|
java.lang.String |
getCertificate()
The APNs client certificate that you received from Apple.
|
java.lang.String |
getDefaultAuthenticationMethod()
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs.
|
java.lang.Object |
getEnabled()
Specifies whether the APNs VoIP sandbox channel is enabled for the application.
|
java.lang.String |
getPrivateKey()
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment.
|
java.lang.String |
getTeamId()
The identifier that's assigned to your Apple developer account team.
|
java.lang.String |
getTokenKey()
The authentication key to use for APNs tokens.
|
java.lang.String |
getTokenKeyId()
The key identifier that's assigned to your APNs signing key.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getApplicationId()
CfnAPNSVoipSandboxChannelProps
getApplicationId
in interface CfnAPNSVoipSandboxChannelProps
public final java.lang.String getBundleId()
CfnAPNSVoipSandboxChannelProps
This identifier is used for APNs tokens.
getBundleId
in interface CfnAPNSVoipSandboxChannelProps
public final java.lang.String getCertificate()
CfnAPNSVoipSandboxChannelProps
Specify this value if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using an APNs certificate.
getCertificate
in interface CfnAPNSVoipSandboxChannelProps
public final java.lang.String getDefaultAuthenticationMethod()
CfnAPNSVoipSandboxChannelProps
Valid options are key
or certificate
.
getDefaultAuthenticationMethod
in interface CfnAPNSVoipSandboxChannelProps
public final java.lang.Object getEnabled()
CfnAPNSVoipSandboxChannelProps
getEnabled
in interface CfnAPNSVoipSandboxChannelProps
public final java.lang.String getPrivateKey()
CfnAPNSVoipSandboxChannelProps
getPrivateKey
in interface CfnAPNSVoipSandboxChannelProps
public final java.lang.String getTeamId()
CfnAPNSVoipSandboxChannelProps
This identifier is used for APNs tokens.
getTeamId
in interface CfnAPNSVoipSandboxChannelProps
public final java.lang.String getTokenKey()
CfnAPNSVoipSandboxChannelProps
getTokenKey
in interface CfnAPNSVoipSandboxChannelProps
public final java.lang.String getTokenKeyId()
CfnAPNSVoipSandboxChannelProps
Specify this value if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using APNs tokens.
getTokenKeyId
in interface CfnAPNSVoipSandboxChannelProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()