7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/UpsolverS3OutputFormatConfig.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>
81 template <
typename S3OutputFormatConfigT = UpsolverS3OutputFormatConfig>
83 m_s3OutputFormatConfigHasBeenSet =
true;
84 m_s3OutputFormatConfig = std::forward<S3OutputFormatConfigT>(value);
86 template <
typename S3OutputFormatConfigT = UpsolverS3OutputFormatConfig>
98 bool m_bucketNameHasBeenSet =
false;
99 bool m_bucketPrefixHasBeenSet =
false;
100 bool m_s3OutputFormatConfigHasBeenSet =
false;
AWS_APPFLOW_API UpsolverDestinationProperties()=default
void SetBucketName(BucketNameT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const UpsolverS3OutputFormatConfig & GetS3OutputFormatConfig() const
void SetS3OutputFormatConfig(S3OutputFormatConfigT &&value)
UpsolverDestinationProperties & WithBucketPrefix(BucketPrefixT &&value)
bool BucketNameHasBeenSet() const
void SetBucketPrefix(BucketPrefixT &&value)
UpsolverDestinationProperties & WithBucketName(BucketNameT &&value)
bool BucketPrefixHasBeenSet() const
const Aws::String & GetBucketName() const
UpsolverDestinationProperties & WithS3OutputFormatConfig(S3OutputFormatConfigT &&value)
AWS_APPFLOW_API UpsolverDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API UpsolverDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
bool S3OutputFormatConfigHasBeenSet() const
const Aws::String & GetBucketPrefix() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue