@Generated(value="software.amazon.awssdk:codegen") public final class APNSVoipSandboxChannelResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<APNSVoipSandboxChannelResponse.Builder,APNSVoipSandboxChannelResponse>
Provides information about 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 |
APNSVoipSandboxChannelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier for the application that the APNs VoIP sandbox channel applies to.
|
static APNSVoipSandboxChannelResponse.Builder |
builder() |
String |
creationDate()
The date and time when the APNs VoIP sandbox channel was enabled.
|
String |
defaultAuthenticationMethod()
The default authentication method that Amazon Pinpoint uses to authenticate 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) |
Boolean |
hasCredential()
(Not used) This property is retained only for backward compatibility.
|
int |
hashCode() |
Boolean |
hasTokenKey()
Specifies whether the APNs VoIP sandbox channel is configured to communicate with APNs by using APNs tokens.
|
String |
id()
(Deprecated) An identifier for the APNs VoIP sandbox channel.
|
Boolean |
isArchived()
Specifies whether the APNs VoIP sandbox channel is archived.
|
String |
lastModifiedBy()
The user who last modified the APNs VoIP sandbox channel.
|
String |
lastModifiedDate()
The date and time when the APNs VoIP sandbox channel was last modified.
|
String |
platform()
The type of messaging or notification platform for the channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends APNSVoipSandboxChannelResponse.Builder> |
serializableBuilderClass() |
APNSVoipSandboxChannelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
version()
The current version of the APNs VoIP sandbox channel.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The unique identifier for the application that the APNs VoIP sandbox channel applies to.
public final String creationDate()
The date and time when the APNs VoIP sandbox channel was enabled.
public final String defaultAuthenticationMethod()
The default authentication method that Amazon Pinpoint uses to authenticate with the APNs sandbox environment for this channel, key or certificate.
public final Boolean enabled()
Specifies whether the APNs VoIP sandbox channel is enabled for the application.
public final Boolean hasCredential()
(Not used) This property is retained only for backward compatibility.
public final Boolean hasTokenKey()
Specifies whether the APNs VoIP sandbox channel is configured to communicate with APNs by using APNs tokens. To provide an authentication key for APNs tokens, set the TokenKey property of the channel.
public final String id()
(Deprecated) An identifier for the APNs VoIP sandbox channel. This property is retained only for backward compatibility.
public final Boolean isArchived()
Specifies whether the APNs VoIP sandbox channel is archived.
public final String lastModifiedBy()
The user who last modified the APNs VoIP sandbox channel.
public final String lastModifiedDate()
The date and time when the APNs VoIP sandbox channel was last modified.
public final String platform()
The type of messaging or notification platform for the channel. For the APNs VoIP sandbox channel, this value is APNS_VOIP_SANDBOX.
public final Integer version()
The current version of the APNs VoIP sandbox channel.
public APNSVoipSandboxChannelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<APNSVoipSandboxChannelResponse.Builder,APNSVoipSandboxChannelResponse>public static APNSVoipSandboxChannelResponse.Builder builder()
public static Class<? extends APNSVoipSandboxChannelResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.