7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/CustomDocumentIdentifier.h>
9#include <aws/bedrock-agent/model/CustomSourceType.h>
10#include <aws/bedrock-agent/model/CustomS3Location.h>
11#include <aws/bedrock-agent/model/InlineContent.h>
51 template<
typename CustomDocumentIdentifierT = CustomDocumentIdentifier>
52 void SetCustomDocumentIdentifier(CustomDocumentIdentifierT&& value) { m_customDocumentIdentifierHasBeenSet =
true; m_customDocumentIdentifier = std::forward<CustomDocumentIdentifierT>(value); }
53 template<
typename CustomDocumentIdentifierT = CustomDocumentIdentifier>
74 template<
typename S3LocationT = CustomS3Location>
75 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet =
true; m_s3Location = std::forward<S3LocationT>(value); }
76 template<
typename S3LocationT = CustomS3Location>
87 template<
typename InlineContentT = InlineContent>
88 void SetInlineContent(InlineContentT&& value) { m_inlineContentHasBeenSet =
true; m_inlineContent = std::forward<InlineContentT>(value); }
89 template<
typename InlineContentT = InlineContent>
95 bool m_customDocumentIdentifierHasBeenSet =
false;
98 bool m_sourceTypeHasBeenSet =
false;
100 CustomS3Location m_s3Location;
101 bool m_s3LocationHasBeenSet =
false;
103 InlineContent m_inlineContent;
104 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