@Generated(value="software.amazon.awssdk:codegen") public final class UpdateCampaignOutboundCallConfigRequest extends ConnectCampaignsRequest implements ToCopyableBuilder<UpdateCampaignOutboundCallConfigRequest.Builder,UpdateCampaignOutboundCallConfigRequest>
UpdateCampaignOutboundCallConfigRequest
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateCampaignOutboundCallConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AnswerMachineDetectionConfig |
answerMachineDetectionConfig()
Returns the value of the AnswerMachineDetectionConfig property for this object.
|
static UpdateCampaignOutboundCallConfigRequest.Builder |
builder() |
String |
connectContactFlowId()
Returns the value of the ConnectContactFlowId property for this object.
|
String |
connectSourcePhoneNumber()
Returns the value of the ConnectSourcePhoneNumber property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
Returns the value of the Id property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateCampaignOutboundCallConfigRequest.Builder> |
serializableBuilderClass() |
UpdateCampaignOutboundCallConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AnswerMachineDetectionConfig answerMachineDetectionConfig()
public final String connectContactFlowId()
public final String connectSourcePhoneNumber()
public final String id()
public UpdateCampaignOutboundCallConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateCampaignOutboundCallConfigRequest.Builder,UpdateCampaignOutboundCallConfigRequest>toBuilder in class ConnectCampaignsRequestpublic static UpdateCampaignOutboundCallConfigRequest.Builder builder()
public static Class<? extends UpdateCampaignOutboundCallConfigRequest.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 © 2022. All rights reserved.