Class CreateMessageTemplateAttachmentRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.qconnect.model.QConnectRequest
-
- software.amazon.awssdk.services.qconnect.model.CreateMessageTemplateAttachmentRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateMessageTemplateAttachmentRequest.Builder,CreateMessageTemplateAttachmentRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateMessageTemplateAttachmentRequest extends QConnectRequest implements ToCopyableBuilder<CreateMessageTemplateAttachmentRequest.Builder,CreateMessageTemplateAttachmentRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateMessageTemplateAttachmentRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbody()The body of the attachment file being uploaded.static CreateMessageTemplateAttachmentRequest.Builderbuilder()StringclientToken()A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.ContentDispositioncontentDisposition()The presentation information for the attachment file.StringcontentDispositionAsString()The presentation information for the attachment file.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.Stringname()The name of the attachment file being uploaded.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateMessageTemplateAttachmentRequest.Builder>serializableBuilderClass()CreateMessageTemplateAttachmentRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
body
public final String body()
The body of the attachment file being uploaded. It should be encoded using base64 encoding.
- Returns:
- The body of the attachment file being uploaded. It should be encoded using base64 encoding.
-
clientToken
public final String clientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
- Returns:
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
-
contentDisposition
public final ContentDisposition contentDisposition()
The presentation information for the attachment file.
If the service returns an enum value that is not available in the current SDK version,
contentDispositionwill returnContentDisposition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentDispositionAsString().- Returns:
- The presentation information for the attachment file.
- See Also:
ContentDisposition
-
contentDispositionAsString
public final String contentDispositionAsString()
The presentation information for the attachment file.
If the service returns an enum value that is not available in the current SDK version,
contentDispositionwill returnContentDisposition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentDispositionAsString().- Returns:
- The presentation information for the attachment file.
- See Also:
ContentDisposition
-
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. Can be either the ID or the ARN. It cannot contain any qualifier.
- Returns:
- The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.
-
name
public final String name()
The name of the attachment file being uploaded. The name should include the file extension.
- Returns:
- The name of the attachment file being uploaded. The name should include the file extension.
-
toBuilder
public CreateMessageTemplateAttachmentRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateMessageTemplateAttachmentRequest.Builder,CreateMessageTemplateAttachmentRequest>- Specified by:
toBuilderin classQConnectRequest
-
builder
public static CreateMessageTemplateAttachmentRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateMessageTemplateAttachmentRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-