7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
19namespace CustomerProfiles {
41 template <
typename BucketNameT = Aws::String>
43 m_bucketNameHasBeenSet =
true;
44 m_bucketName = std::forward<BucketNameT>(value);
46 template <
typename BucketNameT = Aws::String>
60 template <
typename BucketPrefixT = Aws::String>
62 m_bucketPrefixHasBeenSet =
true;
63 m_bucketPrefix = std::forward<BucketPrefixT>(value);
65 template <
typename BucketPrefixT = Aws::String>
75 bool m_bucketNameHasBeenSet =
false;
76 bool m_bucketPrefixHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API S3SourceProperties()=default
AWS_CUSTOMERPROFILES_API S3SourceProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API S3SourceProperties(Aws::Utils::Json::JsonView jsonValue)
void SetBucketName(BucketNameT &&value)
bool BucketNameHasBeenSet() const
const Aws::String & GetBucketPrefix() const
void SetBucketPrefix(BucketPrefixT &&value)
S3SourceProperties & WithBucketName(BucketNameT &&value)
S3SourceProperties & WithBucketPrefix(BucketPrefixT &&value)
bool BucketPrefixHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetBucketName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue