@Generated(value="software.amazon.awssdk:codegen") public final class VoiceChannelResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VoiceChannelResponse.Builder,VoiceChannelResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
VoiceChannelResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationId()
Application id
|
static VoiceChannelResponse.Builder |
builder() |
String |
creationDate()
The date that the settings were last updated in ISO 8601 format.
|
Boolean |
enabled()
If the channel is enabled for sending messages.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
hasCredential()
Returns the value of the HasCredential property for this object.
|
int |
hashCode() |
String |
id()
Channel ID.
|
Boolean |
isArchived()
Is this channel archived
|
String |
lastModifiedBy()
Who made the last change
|
String |
lastModifiedDate()
Last date this was updated
|
String |
platform()
Platform type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VoiceChannelResponse.Builder> |
serializableBuilderClass() |
VoiceChannelResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
version()
Version of channel
|
copy
public String applicationId()
public String creationDate()
public Boolean enabled()
public Boolean hasCredential()
public String id()
public Boolean isArchived()
public String lastModifiedBy()
public String lastModifiedDate()
public String platform()
public Integer version()
public VoiceChannelResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VoiceChannelResponse.Builder,VoiceChannelResponse>
public static VoiceChannelResponse.Builder builder()
public static Class<? extends VoiceChannelResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.