AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
UpsolverDestinationProperties.h
1
6#pragma once
7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/UpsolverS3OutputFormatConfig.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Appflow
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_APPFLOW_API UpsolverDestinationProperties() = default;
39 AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetBucketName() const { return m_bucketName; }
48 inline bool BucketNameHasBeenSet() const { return m_bucketNameHasBeenSet; }
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>
52 UpsolverDestinationProperties& WithBucketName(BucketNameT&& value) { SetBucketName(std::forward<BucketNameT>(value)); return *this;}
54
56
60 inline const Aws::String& GetBucketPrefix() const { return m_bucketPrefix; }
61 inline bool BucketPrefixHasBeenSet() const { return m_bucketPrefixHasBeenSet; }
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>
65 UpsolverDestinationProperties& WithBucketPrefix(BucketPrefixT&& value) { SetBucketPrefix(std::forward<BucketPrefixT>(value)); return *this;}
67
69
73 inline const UpsolverS3OutputFormatConfig& GetS3OutputFormatConfig() const { return m_s3OutputFormatConfig; }
74 inline bool S3OutputFormatConfigHasBeenSet() const { return m_s3OutputFormatConfigHasBeenSet; }
75 template<typename S3OutputFormatConfigT = UpsolverS3OutputFormatConfig>
76 void SetS3OutputFormatConfig(S3OutputFormatConfigT&& value) { m_s3OutputFormatConfigHasBeenSet = true; m_s3OutputFormatConfig = std::forward<S3OutputFormatConfigT>(value); }
77 template<typename S3OutputFormatConfigT = UpsolverS3OutputFormatConfig>
78 UpsolverDestinationProperties& WithS3OutputFormatConfig(S3OutputFormatConfigT&& value) { SetS3OutputFormatConfig(std::forward<S3OutputFormatConfigT>(value)); return *this;}
80 private:
81
82 Aws::String m_bucketName;
83 bool m_bucketNameHasBeenSet = false;
84
85 Aws::String m_bucketPrefix;
86 bool m_bucketPrefixHasBeenSet = false;
87
88 UpsolverS3OutputFormatConfig m_s3OutputFormatConfig;
89 bool m_s3OutputFormatConfigHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace Appflow
94} // namespace Aws
AWS_APPFLOW_API UpsolverDestinationProperties()=default
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const UpsolverS3OutputFormatConfig & GetS3OutputFormatConfig() const
UpsolverDestinationProperties & WithBucketPrefix(BucketPrefixT &&value)
UpsolverDestinationProperties & WithBucketName(BucketNameT &&value)
UpsolverDestinationProperties & WithS3OutputFormatConfig(S3OutputFormatConfigT &&value)
AWS_APPFLOW_API UpsolverDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API UpsolverDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue