7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/CustomDocumentIdentifier.h>
9#include <aws/bedrock-agent/model/CustomS3Location.h>
10#include <aws/bedrock-agent/model/CustomSourceType.h>
11#include <aws/bedrock-agent/model/InlineContent.h>
22namespace BedrockAgent {
45 template <
typename CustomDocumentIdentifierT = CustomDocumentIdentifier>
47 m_customDocumentIdentifierHasBeenSet =
true;
48 m_customDocumentIdentifier = std::forward<CustomDocumentIdentifierT>(value);
50 template <
typename CustomDocumentIdentifierT = CustomDocumentIdentifier>
64 m_sourceTypeHasBeenSet =
true;
80 template <
typename S3LocationT = CustomS3Location>
82 m_s3LocationHasBeenSet =
true;
83 m_s3Location = std::forward<S3LocationT>(value);
85 template <
typename S3LocationT = CustomS3Location>
99 template <
typename InlineContentT = InlineContent>
101 m_inlineContentHasBeenSet =
true;
102 m_inlineContent = std::forward<InlineContentT>(value);
104 template <
typename InlineContentT = InlineContent>
112 bool m_customDocumentIdentifierHasBeenSet =
false;
115 bool m_sourceTypeHasBeenSet =
false;
117 CustomS3Location m_s3Location;
118 bool m_s3LocationHasBeenSet =
false;
120 InlineContent m_inlineContent;
121 bool m_inlineContentHasBeenSet =
false;
const InlineContent & GetInlineContent() const
bool InlineContentHasBeenSet() const
CustomContent & WithCustomDocumentIdentifier(CustomDocumentIdentifierT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
CustomSourceType GetSourceType() const
AWS_BEDROCKAGENT_API CustomContent(Aws::Utils::Json::JsonView jsonValue)
CustomContent & WithInlineContent(InlineContentT &&value)
const CustomDocumentIdentifier & GetCustomDocumentIdentifier() const
CustomContent & WithS3Location(S3LocationT &&value)
void SetS3Location(S3LocationT &&value)
const CustomS3Location & GetS3Location() const
void SetCustomDocumentIdentifier(CustomDocumentIdentifierT &&value)
void SetSourceType(CustomSourceType value)
CustomContent & WithSourceType(CustomSourceType value)
AWS_BEDROCKAGENT_API CustomContent()=default
void SetInlineContent(InlineContentT &&value)
bool CustomDocumentIdentifierHasBeenSet() const
bool S3LocationHasBeenSet() const
AWS_BEDROCKAGENT_API CustomContent & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SourceTypeHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue