@Generated(value="software.amazon.awssdk:codegen") public final class APNSSandboxChannelResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
APNSSandboxChannelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The ID of the application to which the channel applies.
|
static APNSSandboxChannelResponse.Builder |
builder() |
String |
creationDate()
When was this segment created
|
String |
defaultAuthenticationMethod()
The default authentication method used for APNs.
|
Boolean |
enabled()
If the channel is enabled for sending messages.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
hasCredential()
Not used.
|
int |
hashCode() |
Boolean |
hasTokenKey()
Indicates whether the channel is configured with a key for APNs token authentication.
|
String |
id()
Channel ID.
|
Boolean |
isArchived()
Is this channel archived
|
String |
lastModifiedBy()
Who last updated this entry
|
String |
lastModifiedDate()
Last date this was updated
|
String |
platform()
The platform type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends APNSSandboxChannelResponse.Builder> |
serializableBuilderClass() |
APNSSandboxChannelResponse.Builder |
toBuilder() |
String |
toString() |
Integer |
version()
Version of channel
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
public String creationDate()
public String defaultAuthenticationMethod()
public Boolean enabled()
public Boolean hasCredential()
public Boolean hasTokenKey()
public String id()
public Boolean isArchived()
public String lastModifiedBy()
public String lastModifiedDate()
public String platform()
public Integer version()
public APNSSandboxChannelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>public static APNSSandboxChannelResponse.Builder builder()
public static Class<? extends APNSSandboxChannelResponse.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.