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