@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SMSChannelResponse extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
SMSChannelResponse() |
| Modifier and Type | Method and Description |
|---|---|
SMSChannelResponse |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of the application to which the SMS channel belongs.
|
String |
getCreationDate()
The date that the settings were last updated in ISO 8601 format.
|
Boolean |
getEnabled()
If the channel is enabled for sending messages.
|
Boolean |
getHasCredential()
If the channel is registered with a credential for authentication.
|
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.
|
String |
getSenderId()
Sender identifier of your messages.
|
String |
getShortCode()
The short code registered with the phone provider.
|
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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setApplicationId(String applicationId)
The unique ID of the application to which the SMS channel belongs.
|
void |
setCreationDate(String creationDate)
The date that the settings were last updated in ISO 8601 format.
|
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 |
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 |
setSenderId(String senderId)
Sender identifier of your messages.
|
void |
setShortCode(String shortCode)
The short code registered with the phone provider.
|
void |
setVersion(Integer version)
Version of channel
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SMSChannelResponse |
withApplicationId(String applicationId)
The unique ID of the application to which the SMS channel belongs.
|
SMSChannelResponse |
withCreationDate(String creationDate)
The date that the settings were last updated in ISO 8601 format.
|
SMSChannelResponse |
withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
SMSChannelResponse |
withHasCredential(Boolean hasCredential)
If the channel is registered with a credential for authentication.
|
SMSChannelResponse |
withId(String id)
Channel ID.
|
SMSChannelResponse |
withIsArchived(Boolean isArchived)
Is this channel archived
|
SMSChannelResponse |
withLastModifiedBy(String lastModifiedBy)
Who last updated this entry
|
SMSChannelResponse |
withLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
SMSChannelResponse |
withPlatform(String platform)
Platform type.
|
SMSChannelResponse |
withSenderId(String senderId)
Sender identifier of your messages.
|
SMSChannelResponse |
withShortCode(String shortCode)
The short code registered with the phone provider.
|
SMSChannelResponse |
withVersion(Integer version)
Version of channel
|
public void setApplicationId(String applicationId)
applicationId - The unique ID of the application to which the SMS channel belongs.public String getApplicationId()
public SMSChannelResponse withApplicationId(String applicationId)
applicationId - The unique ID of the application to which the SMS channel belongs.public void setCreationDate(String creationDate)
creationDate - The date that the settings were last updated in ISO 8601 format.public String getCreationDate()
public SMSChannelResponse withCreationDate(String creationDate)
creationDate - The date that the settings were last updated in ISO 8601 format.public void setEnabled(Boolean enabled)
enabled - If the channel is enabled for sending messages.public Boolean getEnabled()
public SMSChannelResponse 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 SMSChannelResponse withHasCredential(Boolean hasCredential)
hasCredential - If the channel is registered with a credential for authentication.public Boolean isHasCredential()
public void setId(String id)
id - Channel ID. Not used, only for backwards compatibility.public String getId()
public SMSChannelResponse 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 SMSChannelResponse withIsArchived(Boolean isArchived)
isArchived - Is this channel archivedpublic Boolean isArchived()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy - Who last updated this entrypublic String getLastModifiedBy()
public SMSChannelResponse withLastModifiedBy(String lastModifiedBy)
lastModifiedBy - Who last updated this entrypublic void setLastModifiedDate(String lastModifiedDate)
lastModifiedDate - Last date this was updatedpublic String getLastModifiedDate()
public SMSChannelResponse withLastModifiedDate(String lastModifiedDate)
lastModifiedDate - Last date this was updatedpublic void setPlatform(String platform)
platform - Platform type. Will be "SMS"public String getPlatform()
public SMSChannelResponse withPlatform(String platform)
platform - Platform type. Will be "SMS"public void setSenderId(String senderId)
senderId - Sender identifier of your messages.public String getSenderId()
public SMSChannelResponse withSenderId(String senderId)
senderId - Sender identifier of your messages.public void setShortCode(String shortCode)
shortCode - The short code registered with the phone provider.public String getShortCode()
public SMSChannelResponse withShortCode(String shortCode)
shortCode - The short code registered with the phone provider.public void setVersion(Integer version)
version - Version of channelpublic Integer getVersion()
public SMSChannelResponse withVersion(Integer version)
version - Version of channelpublic String toString()
toString in class ObjectObject.toString()public SMSChannelResponse 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.