public class APNSSandboxChannelResponse
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
APNSSandboxChannelResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationId()
The ID of the application to which the channel applies.
|
java.lang.String |
getCreationDate()
When was this segment created
|
java.lang.String |
getDefaultAuthenticationMethod()
The default authentication method used for APNs.
|
java.lang.Boolean |
getEnabled()
If the channel is enabled for sending messages.
|
java.lang.Boolean |
getHasCredential()
Not used.
|
java.lang.Boolean |
getHasTokenKey()
Indicates whether the channel is configured with a key for APNs token
authentication.
|
java.lang.String |
getId()
Channel ID.
|
java.lang.Boolean |
getIsArchived()
Is this channel archived
|
java.lang.String |
getLastModifiedBy()
Who last updated this entry
|
java.lang.String |
getLastModifiedDate()
Last date this was updated
|
java.lang.String |
getPlatform()
The platform type.
|
java.lang.Integer |
getVersion()
Version of channel
|
int |
hashCode() |
java.lang.Boolean |
isEnabled()
If the channel is enabled for sending messages.
|
java.lang.Boolean |
isHasCredential()
Not used.
|
java.lang.Boolean |
isHasTokenKey()
Indicates whether the channel is configured with a key for APNs token
authentication.
|
java.lang.Boolean |
isIsArchived()
Is this channel archived
|
void |
setApplicationId(java.lang.String applicationId)
The ID of the application to which the channel applies.
|
void |
setCreationDate(java.lang.String creationDate)
When was this segment created
|
void |
setDefaultAuthenticationMethod(java.lang.String defaultAuthenticationMethod)
The default authentication method used for APNs.
|
void |
setEnabled(java.lang.Boolean enabled)
If the channel is enabled for sending messages.
|
void |
setHasCredential(java.lang.Boolean hasCredential)
Not used.
|
void |
setHasTokenKey(java.lang.Boolean hasTokenKey)
Indicates whether the channel is configured with a key for APNs token
authentication.
|
void |
setId(java.lang.String id)
Channel ID.
|
void |
setIsArchived(java.lang.Boolean isArchived)
Is this channel archived
|
void |
setLastModifiedBy(java.lang.String lastModifiedBy)
Who last updated this entry
|
void |
setLastModifiedDate(java.lang.String lastModifiedDate)
Last date this was updated
|
void |
setPlatform(java.lang.String platform)
The platform type.
|
void |
setVersion(java.lang.Integer version)
Version of channel
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
APNSSandboxChannelResponse |
withApplicationId(java.lang.String applicationId)
The ID of the application to which the channel applies.
|
APNSSandboxChannelResponse |
withCreationDate(java.lang.String creationDate)
When was this segment created
|
APNSSandboxChannelResponse |
withDefaultAuthenticationMethod(java.lang.String defaultAuthenticationMethod)
The default authentication method used for APNs.
|
APNSSandboxChannelResponse |
withEnabled(java.lang.Boolean enabled)
If the channel is enabled for sending messages.
|
APNSSandboxChannelResponse |
withHasCredential(java.lang.Boolean hasCredential)
Not used.
|
APNSSandboxChannelResponse |
withHasTokenKey(java.lang.Boolean hasTokenKey)
Indicates whether the channel is configured with a key for APNs token
authentication.
|
APNSSandboxChannelResponse |
withId(java.lang.String id)
Channel ID.
|
APNSSandboxChannelResponse |
withIsArchived(java.lang.Boolean isArchived)
Is this channel archived
|
APNSSandboxChannelResponse |
withLastModifiedBy(java.lang.String lastModifiedBy)
Who last updated this entry
|
APNSSandboxChannelResponse |
withLastModifiedDate(java.lang.String lastModifiedDate)
Last date this was updated
|
APNSSandboxChannelResponse |
withPlatform(java.lang.String platform)
The platform type.
|
APNSSandboxChannelResponse |
withVersion(java.lang.Integer version)
Version of channel
|
public java.lang.String getApplicationId()
public void setApplicationId(java.lang.String applicationId)
applicationId
- The ID of the application to which the channel
applies.public APNSSandboxChannelResponse withApplicationId(java.lang.String applicationId)
Returns a reference to this object so that method calls can be chained together.
applicationId
- The ID of the application to which the channel
applies.public java.lang.String getCreationDate()
public void setCreationDate(java.lang.String creationDate)
creationDate
- When was this segment createdpublic APNSSandboxChannelResponse withCreationDate(java.lang.String creationDate)
Returns a reference to this object so that method calls can be chained together.
creationDate
- When was this segment createdpublic java.lang.String getDefaultAuthenticationMethod()
public void setDefaultAuthenticationMethod(java.lang.String defaultAuthenticationMethod)
defaultAuthenticationMethod
- The default authentication method used
for APNs.public APNSSandboxChannelResponse withDefaultAuthenticationMethod(java.lang.String defaultAuthenticationMethod)
Returns a reference to this object so that method calls can be chained together.
defaultAuthenticationMethod
- The default authentication method used
for APNs.public java.lang.Boolean isEnabled()
public java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean enabled)
enabled
- If the channel is enabled for sending messages.public APNSSandboxChannelResponse withEnabled(java.lang.Boolean enabled)
Returns a reference to this object so that method calls can be chained together.
enabled
- If the channel is enabled for sending messages.public java.lang.Boolean isHasCredential()
public java.lang.Boolean getHasCredential()
public void setHasCredential(java.lang.Boolean hasCredential)
hasCredential
- Not used. Retained for backwards compatibility.public APNSSandboxChannelResponse withHasCredential(java.lang.Boolean hasCredential)
Returns a reference to this object so that method calls can be chained together.
hasCredential
- Not used. Retained for backwards compatibility.public java.lang.Boolean isHasTokenKey()
public java.lang.Boolean getHasTokenKey()
public void setHasTokenKey(java.lang.Boolean hasTokenKey)
hasTokenKey
- Indicates whether the channel is configured with a key
for APNs token authentication. Provide a token key by setting
the TokenKey attribute.public APNSSandboxChannelResponse withHasTokenKey(java.lang.Boolean hasTokenKey)
Returns a reference to this object so that method calls can be chained together.
hasTokenKey
- Indicates whether the channel is configured with a key
for APNs token authentication. Provide a token key by setting
the TokenKey attribute.public java.lang.String getId()
public void setId(java.lang.String id)
id
- Channel ID. Not used, only for backwards compatibility.public APNSSandboxChannelResponse withId(java.lang.String id)
Returns a reference to this object so that method calls can be chained together.
id
- Channel ID. Not used, only for backwards compatibility.public java.lang.Boolean isIsArchived()
public java.lang.Boolean getIsArchived()
public void setIsArchived(java.lang.Boolean isArchived)
isArchived
- Is this channel archivedpublic APNSSandboxChannelResponse withIsArchived(java.lang.Boolean isArchived)
Returns a reference to this object so that method calls can be chained together.
isArchived
- Is this channel archivedpublic java.lang.String getLastModifiedBy()
public void setLastModifiedBy(java.lang.String lastModifiedBy)
lastModifiedBy
- Who last updated this entrypublic APNSSandboxChannelResponse withLastModifiedBy(java.lang.String lastModifiedBy)
Returns a reference to this object so that method calls can be chained together.
lastModifiedBy
- Who last updated this entrypublic java.lang.String getLastModifiedDate()
public void setLastModifiedDate(java.lang.String lastModifiedDate)
lastModifiedDate
- Last date this was updatedpublic APNSSandboxChannelResponse withLastModifiedDate(java.lang.String lastModifiedDate)
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate
- Last date this was updatedpublic java.lang.String getPlatform()
public void setPlatform(java.lang.String platform)
platform
- The platform type. Will be APNS_SANDBOX.public APNSSandboxChannelResponse withPlatform(java.lang.String platform)
Returns a reference to this object so that method calls can be chained together.
platform
- The platform type. Will be APNS_SANDBOX.public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
version
- Version of channelpublic APNSSandboxChannelResponse withVersion(java.lang.Integer version)
Returns a reference to this object so that method calls can be chained together.
version
- Version of channelpublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.