@Generated(value="software.amazon.awssdk:codegen") public final class UpdateQueueOutboundCallerConfigRequest extends ConnectRequest implements ToCopyableBuilder<UpdateQueueOutboundCallerConfigRequest.Builder,UpdateQueueOutboundCallerConfigRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateQueueOutboundCallerConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateQueueOutboundCallerConfigRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The identifier of the Amazon Connect instance.
|
OutboundCallerConfig |
outboundCallerConfig()
The outbound caller ID name, number, and outbound whisper flow.
|
String |
queueId()
The identifier for the queue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateQueueOutboundCallerConfigRequest.Builder> |
serializableBuilderClass() |
UpdateQueueOutboundCallerConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public final String queueId()
The identifier for the queue.
public final OutboundCallerConfig outboundCallerConfig()
The outbound caller ID name, number, and outbound whisper flow.
public UpdateQueueOutboundCallerConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateQueueOutboundCallerConfigRequest.Builder,UpdateQueueOutboundCallerConfigRequest>toBuilder in class ConnectRequestpublic static UpdateQueueOutboundCallerConfigRequest.Builder builder()
public static Class<? extends UpdateQueueOutboundCallerConfigRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.