@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VoiceChannelResponse extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
VoiceChannelResponse() |
Modifier and Type | Method and Description |
---|---|
VoiceChannelResponse |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
Application id
|
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() |
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()
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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
Application id
|
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) |
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)
Platform type.
|
void |
setVersion(Integer version)
Version of channel
|
String |
toString()
Returns a string representation of this object.
|
VoiceChannelResponse |
withApplicationId(String applicationId)
Application id
|
VoiceChannelResponse |
withCreationDate(String creationDate)
The date that the settings were last updated in ISO 8601 format.
|
VoiceChannelResponse |
withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
VoiceChannelResponse |
withHasCredential(Boolean hasCredential) |
VoiceChannelResponse |
withId(String id)
Channel ID.
|
VoiceChannelResponse |
withIsArchived(Boolean isArchived)
Is this channel archived
|
VoiceChannelResponse |
withLastModifiedBy(String lastModifiedBy)
Who made the last change
|
VoiceChannelResponse |
withLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
VoiceChannelResponse |
withPlatform(String platform)
Platform type.
|
VoiceChannelResponse |
withVersion(Integer version)
Version of channel
|
public void setApplicationId(String applicationId)
applicationId
- Application idpublic String getApplicationId()
public VoiceChannelResponse withApplicationId(String applicationId)
applicationId
- Application idpublic void setCreationDate(String creationDate)
creationDate
- The date that the settings were last updated in ISO 8601 format.public String getCreationDate()
public VoiceChannelResponse 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 VoiceChannelResponse withEnabled(Boolean enabled)
enabled
- If the channel is enabled for sending messages.public Boolean isEnabled()
public void setHasCredential(Boolean hasCredential)
hasCredential
- public Boolean getHasCredential()
public VoiceChannelResponse withHasCredential(Boolean hasCredential)
hasCredential
- public Boolean isHasCredential()
public void setId(String id)
id
- Channel ID. Not used, only for backwards compatibility.public String getId()
public VoiceChannelResponse 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 VoiceChannelResponse withIsArchived(Boolean isArchived)
isArchived
- Is this channel archivedpublic Boolean isArchived()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- Who made the last changepublic String getLastModifiedBy()
public VoiceChannelResponse withLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- Who made the last changepublic void setLastModifiedDate(String lastModifiedDate)
lastModifiedDate
- Last date this was updatedpublic String getLastModifiedDate()
public VoiceChannelResponse withLastModifiedDate(String lastModifiedDate)
lastModifiedDate
- Last date this was updatedpublic void setPlatform(String platform)
platform
- Platform type. Will be "Voice"public String getPlatform()
public VoiceChannelResponse withPlatform(String platform)
platform
- Platform type. Will be "Voice"public void setVersion(Integer version)
version
- Version of channelpublic Integer getVersion()
public VoiceChannelResponse withVersion(Integer version)
version
- Version of channelpublic String toString()
toString
in class Object
Object.toString()
public VoiceChannelResponse 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.