StructuredPojo
, ToCopyableBuilder<APNSChannelResponse.Builder,APNSChannelResponse>
@Generated("software.amazon.awssdk:codegen") public class APNSChannelResponse extends Object implements StructuredPojo, ToCopyableBuilder<APNSChannelResponse.Builder,APNSChannelResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
APNSChannelResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
applicationId() |
The ID of the application to which the channel applies.
|
static APNSChannelResponse.Builder |
builder() |
|
String |
creationDate() |
When was this segment created
|
Boolean |
enabled() |
If the channel is enabled for sending messages.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
Channel ID.
|
Boolean |
isArchived() |
Is this channel archived
|
String |
lastModifiedBy() |
Who last updated this entry
|
String |
lastModifiedDate() |
Last date this was updated
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
platform() |
The platform type.
|
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() |
Version of channel
|
public String applicationId()
public String creationDate()
public Boolean enabled()
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.