7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/S3InputFormatConfig.h>
48 template<
typename BucketNameT = Aws::String>
49 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
50 template<
typename BucketNameT = Aws::String>
61 template<
typename BucketPrefixT = Aws::String>
62 void SetBucketPrefix(BucketPrefixT&& value) { m_bucketPrefixHasBeenSet =
true; m_bucketPrefix = std::forward<BucketPrefixT>(value); }
63 template<
typename BucketPrefixT = Aws::String>
71 template<
typename S3InputFormatConfigT = S3InputFormatConfig>
72 void SetS3InputFormatConfig(S3InputFormatConfigT&& value) { m_s3InputFormatConfigHasBeenSet =
true; m_s3InputFormatConfig = std::forward<S3InputFormatConfigT>(value); }
73 template<
typename S3InputFormatConfigT = S3InputFormatConfig>
79 bool m_bucketNameHasBeenSet =
false;
82 bool m_bucketPrefixHasBeenSet =
false;
85 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