Class CustomerProfilesDestinationProperties
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.CustomerProfilesDestinationProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomerProfilesDestinationProperties.Builder,CustomerProfilesDestinationProperties>
@Generated("software.amazon.awssdk:codegen") public final class CustomerProfilesDestinationProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomerProfilesDestinationProperties.Builder,CustomerProfilesDestinationProperties>
The properties that are applied when Amazon Connect Customer Profiles is used as a destination.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomerProfilesDestinationProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomerProfilesDestinationProperties.Builderbuilder()StringdomainName()The unique name of the Amazon Connect Customer Profiles domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringobjectTypeName()The object specified in the Amazon Connect Customer Profiles flow destination.List<SdkField<?>>sdkFields()static Class<? extends CustomerProfilesDestinationProperties.Builder>serializableBuilderClass()CustomerProfilesDestinationProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
domainName
public final String domainName()
The unique name of the Amazon Connect Customer Profiles domain.
- Returns:
- The unique name of the Amazon Connect Customer Profiles domain.
-
objectTypeName
public final String objectTypeName()
The object specified in the Amazon Connect Customer Profiles flow destination.
- Returns:
- The object specified in the Amazon Connect Customer Profiles flow destination.
-
toBuilder
public CustomerProfilesDestinationProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomerProfilesDestinationProperties.Builder,CustomerProfilesDestinationProperties>
-
builder
public static CustomerProfilesDestinationProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomerProfilesDestinationProperties.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.
-
-