7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/S3OutputFormatConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename BucketNameT = Aws::String>
45 m_bucketNameHasBeenSet =
true;
46 m_bucketName = std::forward<BucketNameT>(value);
48 template <
typename BucketNameT = Aws::String>
62 template <
typename BucketPrefixT = Aws::String>
64 m_bucketPrefixHasBeenSet =
true;
65 m_bucketPrefix = std::forward<BucketPrefixT>(value);
67 template <
typename BucketPrefixT = Aws::String>
78 template <
typename S3OutputFormatConfigT = S3OutputFormatConfig>
80 m_s3OutputFormatConfigHasBeenSet =
true;
81 m_s3OutputFormatConfig = std::forward<S3OutputFormatConfigT>(value);
83 template <
typename S3OutputFormatConfigT = S3OutputFormatConfig>
95 bool m_bucketNameHasBeenSet =
false;
96 bool m_bucketPrefixHasBeenSet =
false;
97 bool m_s3OutputFormatConfigHasBeenSet =
false;
bool BucketNameHasBeenSet() const
void SetBucketName(BucketNameT &&value)
bool BucketPrefixHasBeenSet() const
void SetS3OutputFormatConfig(S3OutputFormatConfigT &&value)
const Aws::String & GetBucketPrefix() const
AWS_APPFLOW_API S3DestinationProperties()=default
S3DestinationProperties & WithBucketPrefix(BucketPrefixT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
S3DestinationProperties & WithS3OutputFormatConfig(S3OutputFormatConfigT &&value)
S3DestinationProperties & WithBucketName(BucketNameT &&value)
const Aws::String & GetBucketName() const
AWS_APPFLOW_API S3DestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3OutputFormatConfigHasBeenSet() const
void SetBucketPrefix(BucketPrefixT &&value)
const S3OutputFormatConfig & GetS3OutputFormatConfig() const
AWS_APPFLOW_API S3DestinationProperties(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue