@Generated(value="software.amazon.awssdk:codegen") public final class APNSChannelResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<APNSChannelResponse.Builder,APNSChannelResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
APNSChannelResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationId()
The ID of the application that the channel applies to.
|
static APNSChannelResponse.Builder |
builder() |
String |
creationDate()
The date and time when this channel was 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()
(Deprecated) An identifier for the channel.
|
Boolean |
isArchived()
Indicates whether or not the channel is archived.
|
String |
lastModifiedBy()
The user who last updated this channel.
|
String |
lastModifiedDate()
The date and time when this channel was last modified.
|
String |
platform()
The platform type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends APNSChannelResponse.Builder> |
serializableBuilderClass() |
APNSChannelResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
version()
The channel version.
|
copy
public 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 APNSChannelResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<APNSChannelResponse.Builder,APNSChannelResponse>
public static APNSChannelResponse.Builder builder()
public static Class<? extends APNSChannelResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.