public class VoiceChannelResponse
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
VoiceChannelResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationId()
Application id
|
java.lang.String |
getCreationDate()
The date that the settings were last updated in ISO 8601 format.
|
java.lang.Boolean |
getEnabled()
If the channel is enabled for sending messages.
|
java.lang.Boolean |
getHasCredential()
Returns the value of the hasCredential property for this object.
|
java.lang.String |
getId()
Channel ID.
|
java.lang.Boolean |
getIsArchived()
Is this channel archived
|
java.lang.String |
getLastModifiedBy()
Who made the last change
|
java.lang.String |
getLastModifiedDate()
Last date this was updated
|
java.lang.String |
getPlatform()
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()
Returns the value of the hasCredential property for this object.
|
java.lang.Boolean |
isIsArchived()
Is this channel archived
|
void |
setApplicationId(java.lang.String applicationId)
Application id
|
void |
setCreationDate(java.lang.String creationDate)
The date that the settings were last updated in ISO 8601 format.
|
void |
setEnabled(java.lang.Boolean enabled)
If the channel is enabled for sending messages.
|
void |
setHasCredential(java.lang.Boolean hasCredential)
Sets the value of hasCredential
|
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 made the last change
|
void |
setLastModifiedDate(java.lang.String lastModifiedDate)
Last date this was updated
|
void |
setPlatform(java.lang.String platform)
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.
|
VoiceChannelResponse |
withApplicationId(java.lang.String applicationId)
Application id
|
VoiceChannelResponse |
withCreationDate(java.lang.String creationDate)
The date that the settings were last updated in ISO 8601 format.
|
VoiceChannelResponse |
withEnabled(java.lang.Boolean enabled)
If the channel is enabled for sending messages.
|
VoiceChannelResponse |
withHasCredential(java.lang.Boolean hasCredential)
Sets the value of the hasCredential property for this object.
|
VoiceChannelResponse |
withId(java.lang.String id)
Channel ID.
|
VoiceChannelResponse |
withIsArchived(java.lang.Boolean isArchived)
Is this channel archived
|
VoiceChannelResponse |
withLastModifiedBy(java.lang.String lastModifiedBy)
Who made the last change
|
VoiceChannelResponse |
withLastModifiedDate(java.lang.String lastModifiedDate)
Last date this was updated
|
VoiceChannelResponse |
withPlatform(java.lang.String platform)
Platform type.
|
VoiceChannelResponse |
withVersion(java.lang.Integer version)
Version of channel
|
public java.lang.String getApplicationId()
public void setApplicationId(java.lang.String applicationId)
applicationId - Application idpublic VoiceChannelResponse withApplicationId(java.lang.String applicationId)
Returns a reference to this object so that method calls can be chained together.
applicationId - Application idpublic java.lang.String getCreationDate()
public void setCreationDate(java.lang.String creationDate)
creationDate - The date that the settings were last updated in ISO
8601 format.public VoiceChannelResponse withCreationDate(java.lang.String creationDate)
Returns a reference to this object so that method calls can be chained together.
creationDate - The date that the settings were last updated in ISO
8601 format.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 VoiceChannelResponse 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 - The new value for the hasCredential property for
this object.public VoiceChannelResponse withHasCredential(java.lang.Boolean hasCredential)
Returns a reference to this object so that method calls can be chained together.
hasCredential - The new value for the hasCredential property for
this object.public java.lang.String getId()
public void setId(java.lang.String id)
id - Channel ID. Not used, only for backwards compatibility.public VoiceChannelResponse 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 VoiceChannelResponse 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 made the last changepublic VoiceChannelResponse withLastModifiedBy(java.lang.String lastModifiedBy)
Returns a reference to this object so that method calls can be chained together.
lastModifiedBy - Who made the last changepublic java.lang.String getLastModifiedDate()
public void setLastModifiedDate(java.lang.String lastModifiedDate)
lastModifiedDate - Last date this was updatedpublic VoiceChannelResponse 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 - Platform type. Will be "Voice"public VoiceChannelResponse withPlatform(java.lang.String platform)
Returns a reference to this object so that method calls can be chained together.
platform - Platform type. Will be "Voice"public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
version - Version of channelpublic VoiceChannelResponse 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.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.