7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/UpsolverS3OutputFormatConfig.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>
75 template<
typename S3OutputFormatConfigT = UpsolverS3OutputFormatConfig>
76 void SetS3OutputFormatConfig(S3OutputFormatConfigT&& value) { m_s3OutputFormatConfigHasBeenSet =
true; m_s3OutputFormatConfig = std::forward<S3OutputFormatConfigT>(value); }
77 template<
typename S3OutputFormatConfigT = UpsolverS3OutputFormatConfig>
83 bool m_bucketNameHasBeenSet =
false;
86 bool m_bucketPrefixHasBeenSet =
false;
89 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