@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class APNSChannelResponse extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
APNSChannelResponse() |
| Modifier and Type | Method and Description |
|---|---|
APNSChannelResponse |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application to which the channel applies.
|
String |
getCreationDate()
When was this segment created
|
String |
getId()
The unique channel ID.
|
Boolean |
getIsArchived()
Is this channel archived
|
String |
getLastModifiedBy()
Who last updated this entry
|
String |
getLastModifiedDate()
Last date this was updated
|
String |
getPlatform()
The platform type.
|
Integer |
getVersion()
Version of channel
|
int |
hashCode() |
Boolean |
isArchived()
Is this channel archived
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setApplicationId(String applicationId)
The ID of the application to which the channel applies.
|
void |
setCreationDate(String creationDate)
When was this segment created
|
void |
setId(String id)
The unique channel ID.
|
void |
setIsArchived(Boolean isArchived)
Is this channel archived
|
void |
setLastModifiedBy(String lastModifiedBy)
Who last updated this entry
|
void |
setLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
void |
setPlatform(String platform)
The platform type.
|
void |
setVersion(Integer version)
Version of channel
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
APNSChannelResponse |
withApplicationId(String applicationId)
The ID of the application to which the channel applies.
|
APNSChannelResponse |
withCreationDate(String creationDate)
When was this segment created
|
APNSChannelResponse |
withId(String id)
The unique channel ID.
|
APNSChannelResponse |
withIsArchived(Boolean isArchived)
Is this channel archived
|
APNSChannelResponse |
withLastModifiedBy(String lastModifiedBy)
Who last updated this entry
|
APNSChannelResponse |
withLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
APNSChannelResponse |
withPlatform(String platform)
The platform type.
|
APNSChannelResponse |
withVersion(Integer version)
Version of channel
|
public void setApplicationId(String applicationId)
applicationId - The ID of the application to which the channel applies.public String getApplicationId()
public APNSChannelResponse withApplicationId(String applicationId)
applicationId - The ID of the application to which the channel applies.public void setCreationDate(String creationDate)
creationDate - When was this segment createdpublic String getCreationDate()
public APNSChannelResponse withCreationDate(String creationDate)
creationDate - When was this segment createdpublic void setId(String id)
id - The unique channel ID.public String getId()
public APNSChannelResponse withId(String id)
id - The unique channel ID.public void setIsArchived(Boolean isArchived)
isArchived - Is this channel archivedpublic Boolean getIsArchived()
public APNSChannelResponse withIsArchived(Boolean isArchived)
isArchived - Is this channel archivedpublic Boolean isArchived()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy - Who last updated this entrypublic String getLastModifiedBy()
public APNSChannelResponse withLastModifiedBy(String lastModifiedBy)
lastModifiedBy - Who last updated this entrypublic void setLastModifiedDate(String lastModifiedDate)
lastModifiedDate - Last date this was updatedpublic String getLastModifiedDate()
public APNSChannelResponse withLastModifiedDate(String lastModifiedDate)
lastModifiedDate - Last date this was updatedpublic void setPlatform(String platform)
platform - The platform type. Will be APNS.public String getPlatform()
public APNSChannelResponse withPlatform(String platform)
platform - The platform type. Will be APNS.public void setVersion(Integer version)
version - Version of channelpublic Integer getVersion()
public APNSChannelResponse withVersion(Integer version)
version - Version of channelpublic String toString()
toString in class ObjectObject.toString()public APNSChannelResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.