Class IntegrationConfig
- java.lang.Object
-
- software.amazon.awssdk.services.connectcampaignsv2.model.IntegrationConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IntegrationConfig.Builder,IntegrationConfig>
@Generated("software.amazon.awssdk:codegen") public final class IntegrationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntegrationConfig.Builder,IntegrationConfig>
Integration config for Connect Instance
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIntegrationConfig.Builderstatic classIntegrationConfig.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntegrationConfig.Builderbuilder()CustomerProfilesIntegrationConfigcustomerProfiles()Returns the value of the CustomerProfiles property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static IntegrationConfigfromCustomerProfiles(Consumer<CustomerProfilesIntegrationConfig.Builder> customerProfiles)Create an instance of this class withcustomerProfiles()initialized to the given value.static IntegrationConfigfromCustomerProfiles(CustomerProfilesIntegrationConfig customerProfiles)Create an instance of this class withcustomerProfiles()initialized to the given value.static IntegrationConfigfromQConnect(Consumer<QConnectIntegrationConfig.Builder> qConnect)Create an instance of this class withqConnect()initialized to the given value.static IntegrationConfigfromQConnect(QConnectIntegrationConfig qConnect)Create an instance of this class withqConnect()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()QConnectIntegrationConfigqConnect()Returns the value of the QConnect property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IntegrationConfig.Builder>serializableBuilderClass()IntegrationConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegrationConfig.Typetype()Retrieve an enum value representing which member of this object is populated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
customerProfiles
public final CustomerProfilesIntegrationConfig customerProfiles()
Returns the value of the CustomerProfiles property for this object.- Returns:
- The value of the CustomerProfiles property for this object.
-
qConnect
public final QConnectIntegrationConfig qConnect()
Returns the value of the QConnect property for this object.- Returns:
- The value of the QConnect property for this object.
-
toBuilder
public IntegrationConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IntegrationConfig.Builder,IntegrationConfig>
-
builder
public static IntegrationConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends IntegrationConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
fromCustomerProfiles
public static IntegrationConfig fromCustomerProfiles(CustomerProfilesIntegrationConfig customerProfiles)
Create an instance of this class withcustomerProfiles()initialized to the given value. Sets the value of the CustomerProfiles property for this object.- Parameters:
customerProfiles- The new value for the CustomerProfiles property for this object.
-
fromCustomerProfiles
public static IntegrationConfig fromCustomerProfiles(Consumer<CustomerProfilesIntegrationConfig.Builder> customerProfiles)
Create an instance of this class withcustomerProfiles()initialized to the given value. Sets the value of the CustomerProfiles property for this object.- Parameters:
customerProfiles- The new value for the CustomerProfiles property for this object.
-
fromQConnect
public static IntegrationConfig fromQConnect(QConnectIntegrationConfig qConnect)
Create an instance of this class withqConnect()initialized to the given value. Sets the value of the QConnect property for this object.- Parameters:
qConnect- The new value for the QConnect property for this object.
-
fromQConnect
public static IntegrationConfig fromQConnect(Consumer<QConnectIntegrationConfig.Builder> qConnect)
Create an instance of this class withqConnect()initialized to the given value. Sets the value of the QConnect property for this object.- Parameters:
qConnect- The new value for the QConnect property for this object.
-
type
public IntegrationConfig.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beIntegrationConfig.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beIntegrationConfig.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-