7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockAgent {
42 template <
typename BucketArnT = Aws::String>
44 m_bucketArnHasBeenSet =
true;
45 m_bucketArn = std::forward<BucketArnT>(value);
47 template <
typename BucketArnT = Aws::String>
63 template <
typename InclusionPrefixesT = Aws::Vector<Aws::String>>
65 m_inclusionPrefixesHasBeenSet =
true;
66 m_inclusionPrefixes = std::forward<InclusionPrefixesT>(value);
68 template <
typename InclusionPrefixesT = Aws::Vector<Aws::String>>
73 template <
typename InclusionPrefixesT = Aws::String>
75 m_inclusionPrefixesHasBeenSet =
true;
76 m_inclusionPrefixes.emplace_back(std::forward<InclusionPrefixesT>(value));
87 template <
typename BucketOwnerAccountIdT = Aws::String>
89 m_bucketOwnerAccountIdHasBeenSet =
true;
90 m_bucketOwnerAccountId = std::forward<BucketOwnerAccountIdT>(value);
92 template <
typename BucketOwnerAccountIdT = Aws::String>
104 bool m_bucketArnHasBeenSet =
false;
105 bool m_inclusionPrefixesHasBeenSet =
false;
106 bool m_bucketOwnerAccountIdHasBeenSet =
false;
void SetInclusionPrefixes(InclusionPrefixesT &&value)
AWS_BEDROCKAGENT_API S3DataSourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool BucketArnHasBeenSet() const
const Aws::Vector< Aws::String > & GetInclusionPrefixes() const
bool InclusionPrefixesHasBeenSet() const
AWS_BEDROCKAGENT_API S3DataSourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucketOwnerAccountId(BucketOwnerAccountIdT &&value)
const Aws::String & GetBucketOwnerAccountId() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
S3DataSourceConfiguration & AddInclusionPrefixes(InclusionPrefixesT &&value)
void SetBucketArn(BucketArnT &&value)
AWS_BEDROCKAGENT_API S3DataSourceConfiguration()=default
const Aws::String & GetBucketArn() const
S3DataSourceConfiguration & WithBucketArn(BucketArnT &&value)
S3DataSourceConfiguration & WithInclusionPrefixes(InclusionPrefixesT &&value)
S3DataSourceConfiguration & WithBucketOwnerAccountId(BucketOwnerAccountIdT &&value)
bool BucketOwnerAccountIdHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue