StructuredPojo
, ToCopyableBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>
@Generated("software.amazon.awssdk:codegen") public class APNSSandboxChannelResponse extends Object implements StructuredPojo, ToCopyableBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
APNSSandboxChannelResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
applicationId() |
Application id
|
static APNSSandboxChannelResponse.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 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
|
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 APNSSandboxChannelResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>
public static APNSSandboxChannelResponse.Builder builder()
public static Class<? extends APNSSandboxChannelResponse.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.