7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/CustomDocumentIdentifier.h>
9#include <aws/bedrock-agent/model/InlineContent.h>
10#include <aws/bedrock-agent/model/CustomS3Location.h>
11#include <aws/bedrock-agent/model/CustomSourceType.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>
64 template<
typename InlineContentT = InlineContent>
65 void SetInlineContent(InlineContentT&& value) { m_inlineContentHasBeenSet =
true; m_inlineContent = std::forward<InlineContentT>(value); }
66 template<
typename InlineContentT = InlineContent>
77 template<
typename S3LocationT = CustomS3Location>
78 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet =
true; m_s3Location = std::forward<S3LocationT>(value); }
79 template<
typename S3LocationT = CustomS3Location>
95 bool m_customDocumentIdentifierHasBeenSet =
false;
98 bool m_inlineContentHasBeenSet =
false;
101 bool m_s3LocationHasBeenSet =
false;
104 bool m_sourceTypeHasBeenSet =
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