@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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
version()
Version of channel
|
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 APNSSandboxChannelResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>
public static APNSSandboxChannelResponse.Builder builder()
public static Class<? extends APNSSandboxChannelResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.