@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class APNSVoipChannelResponse extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
APNSVoipChannelResponse() |
| Modifier and Type | Method and Description |
|---|---|
APNSVoipChannelResponse |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
Application id
|
String |
getCreationDate()
When was this segment created
|
String |
getDefaultAuthenticationMethod()
The default authentication method used for APNs.
|
Boolean |
getEnabled()
If the channel is enabled for sending messages.
|
Boolean |
getHasCredential()
If the channel is registered with a credential for authentication.
|
Boolean |
getHasTokenKey()
If the channel is registered with a token key for authentication.
|
String |
getId()
Channel ID.
|
Boolean |
getIsArchived()
Is this channel archived
|
String |
getLastModifiedBy()
Who made the last change
|
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
|
Boolean |
isEnabled()
If the channel is enabled for sending messages.
|
Boolean |
isHasCredential()
If the channel is registered with a credential for authentication.
|
Boolean |
isHasTokenKey()
If the channel is registered with a token key for authentication.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setApplicationId(String applicationId)
Application id
|
void |
setCreationDate(String creationDate)
When was this segment created
|
void |
setDefaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method used for APNs.
|
void |
setEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
void |
setHasCredential(Boolean hasCredential)
If the channel is registered with a credential for authentication.
|
void |
setHasTokenKey(Boolean hasTokenKey)
If the channel is registered with a token key for authentication.
|
void |
setId(String id)
Channel ID.
|
void |
setIsArchived(Boolean isArchived)
Is this channel archived
|
void |
setLastModifiedBy(String lastModifiedBy)
Who made the last change
|
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.
|
APNSVoipChannelResponse |
withApplicationId(String applicationId)
Application id
|
APNSVoipChannelResponse |
withCreationDate(String creationDate)
When was this segment created
|
APNSVoipChannelResponse |
withDefaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method used for APNs.
|
APNSVoipChannelResponse |
withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
APNSVoipChannelResponse |
withHasCredential(Boolean hasCredential)
If the channel is registered with a credential for authentication.
|
APNSVoipChannelResponse |
withHasTokenKey(Boolean hasTokenKey)
If the channel is registered with a token key for authentication.
|
APNSVoipChannelResponse |
withId(String id)
Channel ID.
|
APNSVoipChannelResponse |
withIsArchived(Boolean isArchived)
Is this channel archived
|
APNSVoipChannelResponse |
withLastModifiedBy(String lastModifiedBy)
Who made the last change
|
APNSVoipChannelResponse |
withLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
APNSVoipChannelResponse |
withPlatform(String platform)
The platform type.
|
APNSVoipChannelResponse |
withVersion(Integer version)
Version of channel
|
public void setApplicationId(String applicationId)
applicationId - Application idpublic String getApplicationId()
public APNSVoipChannelResponse withApplicationId(String applicationId)
applicationId - Application idpublic void setCreationDate(String creationDate)
creationDate - When was this segment createdpublic String getCreationDate()
public APNSVoipChannelResponse withCreationDate(String creationDate)
creationDate - When was this segment createdpublic void setDefaultAuthenticationMethod(String defaultAuthenticationMethod)
defaultAuthenticationMethod - The default authentication method used for APNs.public String getDefaultAuthenticationMethod()
public APNSVoipChannelResponse withDefaultAuthenticationMethod(String defaultAuthenticationMethod)
defaultAuthenticationMethod - The default authentication method used for APNs.public void setEnabled(Boolean enabled)
enabled - If the channel is enabled for sending messages.public Boolean getEnabled()
public APNSVoipChannelResponse withEnabled(Boolean enabled)
enabled - If the channel is enabled for sending messages.public Boolean isEnabled()
public void setHasCredential(Boolean hasCredential)
hasCredential - If the channel is registered with a credential for authentication.public Boolean getHasCredential()
public APNSVoipChannelResponse withHasCredential(Boolean hasCredential)
hasCredential - If the channel is registered with a credential for authentication.public Boolean isHasCredential()
public void setHasTokenKey(Boolean hasTokenKey)
hasTokenKey - If the channel is registered with a token key for authentication.public Boolean getHasTokenKey()
public APNSVoipChannelResponse withHasTokenKey(Boolean hasTokenKey)
hasTokenKey - If the channel is registered with a token key for authentication.public Boolean isHasTokenKey()
public void setId(String id)
id - Channel ID. Not used, only for backwards compatibility.public String getId()
public APNSVoipChannelResponse withId(String id)
id - Channel ID. Not used, only for backwards compatibility.public void setIsArchived(Boolean isArchived)
isArchived - Is this channel archivedpublic Boolean getIsArchived()
public APNSVoipChannelResponse withIsArchived(Boolean isArchived)
isArchived - Is this channel archivedpublic Boolean isArchived()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy - Who made the last changepublic String getLastModifiedBy()
public APNSVoipChannelResponse withLastModifiedBy(String lastModifiedBy)
lastModifiedBy - Who made the last changepublic void setLastModifiedDate(String lastModifiedDate)
lastModifiedDate - Last date this was updatedpublic String getLastModifiedDate()
public APNSVoipChannelResponse withLastModifiedDate(String lastModifiedDate)
lastModifiedDate - Last date this was updatedpublic void setPlatform(String platform)
platform - The platform type. Will be APNS.public String getPlatform()
public APNSVoipChannelResponse withPlatform(String platform)
platform - The platform type. Will be APNS.public void setVersion(Integer version)
version - Version of channelpublic Integer getVersion()
public APNSVoipChannelResponse withVersion(Integer version)
version - Version of channelpublic String toString()
toString in class ObjectObject.toString()public APNSVoipChannelResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.