@Generated(value="software.amazon.awssdk:codegen") public final class VoiceChannelResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VoiceChannelResponse.Builder,VoiceChannelResponse>
Provides information about the status and settings of the voice channel for an application.
Modifier and Type | Class and Description |
---|---|
static interface |
VoiceChannelResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationId()
The unique identifier for the application that the voice channel applies to.
|
static VoiceChannelResponse.Builder |
builder() |
String |
creationDate()
The date and time, in ISO 8601 format, when the voice channel was enabled.
|
Boolean |
enabled()
Specifies whether the voice channel is enabled for the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
hasCredential()
(Not used) This property is retained only for backward compatibility.
|
int |
hashCode() |
String |
id()
(Deprecated) An identifier for the voice channel.
|
Boolean |
isArchived()
Specifies whether the voice channel is archived.
|
String |
lastModifiedBy()
The user who last modified the voice channel.
|
String |
lastModifiedDate()
The date and time, in ISO 8601 format, when the voice channel was last modified.
|
String |
platform()
The type of messaging or notification platform for the channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VoiceChannelResponse.Builder> |
serializableBuilderClass() |
VoiceChannelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
version()
The current version of the voice channel.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String applicationId()
The unique identifier for the application that the voice channel applies to.
public final String creationDate()
The date and time, in ISO 8601 format, when the voice channel was enabled.
public final Boolean enabled()
Specifies whether the voice channel is enabled for the application.
public final Boolean hasCredential()
(Not used) This property is retained only for backward compatibility.
public final String id()
(Deprecated) An identifier for the voice channel. This property is retained only for backward compatibility.
public final Boolean isArchived()
Specifies whether the voice channel is archived.
public final String lastModifiedBy()
The user who last modified the voice channel.
public final String lastModifiedDate()
The date and time, in ISO 8601 format, when the voice channel was last modified.
public final String platform()
The type of messaging or notification platform for the channel. For the voice channel, this value is VOICE.
public final Integer version()
The current version of the voice channel.
public VoiceChannelResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<VoiceChannelResponse.Builder,VoiceChannelResponse>
public static VoiceChannelResponse.Builder builder()
public static Class<? extends VoiceChannelResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.