7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/CustomDocumentIdentifier.h>
9#include <aws/bedrock-agent/model/ContentDataSourceType.h>
10#include <aws/bedrock-agent/model/S3Location.h>
50 template<
typename CustomT = CustomDocumentIdentifier>
51 void SetCustom(CustomT&& value) { m_customHasBeenSet =
true; m_custom = std::forward<CustomT>(value); }
52 template<
typename CustomT = CustomDocumentIdentifier>
73 template<
typename S3T = S3Location>
74 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
75 template<
typename S3T = S3Location>
81 bool m_customHasBeenSet =
false;
84 bool m_dataSourceTypeHasBeenSet =
false;
87 bool m_s3HasBeenSet =
false;
AWS_BEDROCKAGENT_API DocumentIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
DocumentIdentifier & WithCustom(CustomT &&value)
void SetCustom(CustomT &&value)
DocumentIdentifier & WithS3(S3T &&value)
AWS_BEDROCKAGENT_API DocumentIdentifier(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API DocumentIdentifier()=default
void SetDataSourceType(ContentDataSourceType value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool DataSourceTypeHasBeenSet() const
bool S3HasBeenSet() const
bool CustomHasBeenSet() const
DocumentIdentifier & WithDataSourceType(ContentDataSourceType value)
const CustomDocumentIdentifier & GetCustom() const
const S3Location & GetS3() const
ContentDataSourceType GetDataSourceType() const
Aws::Utils::Json::JsonValue JsonValue