7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/S3OutputFormatConfig.h>
49 template<
typename BucketNameT = Aws::String>
50 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
51 template<
typename BucketNameT = Aws::String>
62 template<
typename BucketPrefixT = Aws::String>
63 void SetBucketPrefix(BucketPrefixT&& value) { m_bucketPrefixHasBeenSet =
true; m_bucketPrefix = std::forward<BucketPrefixT>(value); }
64 template<
typename BucketPrefixT = Aws::String>
72 template<
typename S3OutputFormatConfigT = S3OutputFormatConfig>
73 void SetS3OutputFormatConfig(S3OutputFormatConfigT&& value) { m_s3OutputFormatConfigHasBeenSet =
true; m_s3OutputFormatConfig = std::forward<S3OutputFormatConfigT>(value); }
74 template<
typename S3OutputFormatConfigT = S3OutputFormatConfig>
80 bool m_bucketNameHasBeenSet =
false;
83 bool m_bucketPrefixHasBeenSet =
false;
86 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