Class TemplatedMessageConfig
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.TemplatedMessageConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TemplatedMessageConfig.Builder,TemplatedMessageConfig>
@Generated("software.amazon.awssdk:codegen") public final class TemplatedMessageConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplatedMessageConfig.Builder,TemplatedMessageConfig>
Information about template message configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTemplatedMessageConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TemplatedMessageConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringknowledgeBaseId()The identifier of the knowledge base.StringmessageTemplateId()The identifier of the message template Id.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TemplatedMessageConfig.Builder>serializableBuilderClass()TemplateAttributestemplateAttributes()Information about template attributes, that is, CustomAttributes or CustomerProfileAttributes.TemplatedMessageConfig.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
-
knowledgeBaseId
public final String knowledgeBaseId()
The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Returns:
- The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
-
messageTemplateId
public final String messageTemplateId()
The identifier of the message template Id.
- Returns:
- The identifier of the message template Id.
-
templateAttributes
public final TemplateAttributes templateAttributes()
Information about template attributes, that is, CustomAttributes or CustomerProfileAttributes.
- Returns:
- Information about template attributes, that is, CustomAttributes or CustomerProfileAttributes.
-
toBuilder
public TemplatedMessageConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TemplatedMessageConfig.Builder,TemplatedMessageConfig>
-
builder
public static TemplatedMessageConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends TemplatedMessageConfig.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-