7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/S3InputFormatConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename BucketNameT = Aws::String>
44 m_bucketNameHasBeenSet =
true;
45 m_bucketName = std::forward<BucketNameT>(value);
47 template <
typename BucketNameT = Aws::String>
61 template <
typename BucketPrefixT = Aws::String>
63 m_bucketPrefixHasBeenSet =
true;
64 m_bucketPrefix = std::forward<BucketPrefixT>(value);
66 template <
typename BucketPrefixT = Aws::String>
77 template <
typename S3InputFormatConfigT = S3InputFormatConfig>
79 m_s3InputFormatConfigHasBeenSet =
true;
80 m_s3InputFormatConfig = std::forward<S3InputFormatConfigT>(value);
82 template <
typename S3InputFormatConfigT = S3InputFormatConfig>
94 bool m_bucketNameHasBeenSet =
false;
95 bool m_bucketPrefixHasBeenSet =
false;
96 bool m_s3InputFormatConfigHasBeenSet =
false;
const Aws::String & GetBucketName() const
AWS_APPFLOW_API S3SourceProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3InputFormatConfig(S3InputFormatConfigT &&value)
bool BucketPrefixHasBeenSet() const
void SetBucketName(BucketNameT &&value)
bool BucketNameHasBeenSet() const
S3SourceProperties & WithBucketName(BucketNameT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetBucketPrefix() const
bool S3InputFormatConfigHasBeenSet() const
S3SourceProperties & WithBucketPrefix(BucketPrefixT &&value)
const S3InputFormatConfig & GetS3InputFormatConfig() const
void SetBucketPrefix(BucketPrefixT &&value)
AWS_APPFLOW_API S3SourceProperties()=default
AWS_APPFLOW_API S3SourceProperties(Aws::Utils::Json::JsonView jsonValue)
S3SourceProperties & WithS3InputFormatConfig(S3InputFormatConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue