@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ADMChannelResponse extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ADMChannelResponse() |
Modifier and Type | Method and Description |
---|---|
ADMChannelResponse |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application to which the channel applies.
|
String |
getCreationDate()
When was this segment created
|
Boolean |
getEnabled()
If the channel is enabled for sending messages.
|
Boolean |
getHasCredential()
Indicates whether the channel is configured with ADM credentials.
|
String |
getId()
Channel ID.
|
Boolean |
getIsArchived()
Is this channel archived
|
String |
getLastModifiedBy()
Who last updated this entry
|
String |
getLastModifiedDate()
Last date this was updated
|
String |
getPlatform()
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()
Indicates whether the channel is configured with ADM credentials.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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 |
setEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
void |
setHasCredential(Boolean hasCredential)
Indicates whether the channel is configured with ADM credentials.
|
void |
setId(String id)
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)
Platform type.
|
void |
setVersion(Integer version)
Version of channel
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ADMChannelResponse |
withApplicationId(String applicationId)
The ID of the application to which the channel applies.
|
ADMChannelResponse |
withCreationDate(String creationDate)
When was this segment created
|
ADMChannelResponse |
withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
ADMChannelResponse |
withHasCredential(Boolean hasCredential)
Indicates whether the channel is configured with ADM credentials.
|
ADMChannelResponse |
withId(String id)
Channel ID.
|
ADMChannelResponse |
withIsArchived(Boolean isArchived)
Is this channel archived
|
ADMChannelResponse |
withLastModifiedBy(String lastModifiedBy)
Who last updated this entry
|
ADMChannelResponse |
withLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
ADMChannelResponse |
withPlatform(String platform)
Platform type.
|
ADMChannelResponse |
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 ADMChannelResponse 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 ADMChannelResponse withCreationDate(String creationDate)
creationDate
- When was this segment createdpublic void setEnabled(Boolean enabled)
enabled
- If the channel is enabled for sending messages.public Boolean getEnabled()
public ADMChannelResponse withEnabled(Boolean enabled)
enabled
- If the channel is enabled for sending messages.public Boolean isEnabled()
public void setHasCredential(Boolean hasCredential)
hasCredential
- Indicates whether the channel is configured with ADM credentials. Amazon Pinpoint uses your credentials to
authenticate push notifications with ADM. Provide your credentials by setting the ClientId and
ClientSecret attributes.public Boolean getHasCredential()
public ADMChannelResponse withHasCredential(Boolean hasCredential)
hasCredential
- Indicates whether the channel is configured with ADM credentials. Amazon Pinpoint uses your credentials to
authenticate push notifications with ADM. Provide your credentials by setting the ClientId and
ClientSecret attributes.public Boolean isHasCredential()
public void setId(String id)
id
- Channel ID. Not used, only for backwards compatibility.public String getId()
public ADMChannelResponse 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 ADMChannelResponse withIsArchived(Boolean isArchived)
isArchived
- Is this channel archivedpublic Boolean isArchived()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- Who last updated this entrypublic String getLastModifiedBy()
public ADMChannelResponse withLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- Who last updated this entrypublic void setLastModifiedDate(String lastModifiedDate)
lastModifiedDate
- Last date this was updatedpublic String getLastModifiedDate()
public ADMChannelResponse withLastModifiedDate(String lastModifiedDate)
lastModifiedDate
- Last date this was updatedpublic void setPlatform(String platform)
platform
- Platform type. Will be "ADM"public String getPlatform()
public ADMChannelResponse withPlatform(String platform)
platform
- Platform type. Will be "ADM"public void setVersion(Integer version)
version
- Version of channelpublic Integer getVersion()
public ADMChannelResponse withVersion(Integer version)
version
- Version of channelpublic String toString()
toString
in class Object
Object.toString()
public ADMChannelResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.