@Generated(value="software.amazon.awssdk:codegen") public final class APNSVoipSandboxChannelResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<APNSVoipSandboxChannelResponse.Builder,APNSVoipSandboxChannelResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
APNSVoipSandboxChannelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
Application id
|
static APNSVoipSandboxChannelResponse.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()
If the channel is registered with a token key for authentication.
|
String |
id()
Channel ID.
|
Boolean |
isArchived()
Is this channel archived
|
String |
lastModifiedBy()
Who made the last change
|
String |
lastModifiedDate()
Last date this was updated
|
String |
platform()
The platform type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends APNSVoipSandboxChannelResponse.Builder> |
serializableBuilderClass() |
APNSVoipSandboxChannelResponse.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 APNSVoipSandboxChannelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<APNSVoipSandboxChannelResponse.Builder,APNSVoipSandboxChannelResponse>public static APNSVoipSandboxChannelResponse.Builder builder()
public static Class<? extends APNSVoipSandboxChannelResponse.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.