7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/RetrievalFlowNodeS3Configuration.h>
19namespace BedrockAgent {
42 template <
typename S3T = RetrievalFlowNodeS3Configuration>
44 m_s3HasBeenSet =
true;
45 m_s3 = std::forward<S3T>(value);
47 template <
typename S3T = RetrievalFlowNodeS3Configuration>
49 SetS3(std::forward<S3T>(value));
55 bool m_s3HasBeenSet =
false;
AWS_BEDROCKAGENT_API RetrievalFlowNodeServiceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API RetrievalFlowNodeServiceConfiguration()=default
AWS_BEDROCKAGENT_API RetrievalFlowNodeServiceConfiguration(Aws::Utils::Json::JsonView jsonValue)
const RetrievalFlowNodeS3Configuration & GetS3() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool S3HasBeenSet() const
RetrievalFlowNodeServiceConfiguration & WithS3(S3T &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue