AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
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 inline void SetBucketName(const Aws::String& value) { m_bucketNameHasBeenSet = true; m_bucketName = value; }
50 inline void SetBucketName(Aws::String&& value) { m_bucketNameHasBeenSet = true; m_bucketName = std::move(value); }
51 inline void SetBucketName(const char* value) { m_bucketNameHasBeenSet = true; m_bucketName.assign(value); }
52 inline UpsolverDestinationProperties& WithBucketName(const Aws::String& value) { SetBucketName(value); return *this;}
53 inline UpsolverDestinationProperties& WithBucketName(Aws::String&& value) { SetBucketName(std::move(value)); return *this;}
54 inline UpsolverDestinationProperties& WithBucketName(const char* value) { SetBucketName(value); return *this;}
56
58
62 inline const Aws::String& GetBucketPrefix() const{ return m_bucketPrefix; }
63 inline bool BucketPrefixHasBeenSet() const { return m_bucketPrefixHasBeenSet; }
64 inline void SetBucketPrefix(const Aws::String& value) { m_bucketPrefixHasBeenSet = true; m_bucketPrefix = value; }
65 inline void SetBucketPrefix(Aws::String&& value) { m_bucketPrefixHasBeenSet = true; m_bucketPrefix = std::move(value); }
66 inline void SetBucketPrefix(const char* value) { m_bucketPrefixHasBeenSet = true; m_bucketPrefix.assign(value); }
67 inline UpsolverDestinationProperties& WithBucketPrefix(const Aws::String& value) { SetBucketPrefix(value); return *this;}
68 inline UpsolverDestinationProperties& WithBucketPrefix(Aws::String&& value) { SetBucketPrefix(std::move(value)); return *this;}
69 inline UpsolverDestinationProperties& WithBucketPrefix(const char* value) { SetBucketPrefix(value); return *this;}
71
73
77 inline const UpsolverS3OutputFormatConfig& GetS3OutputFormatConfig() const{ return m_s3OutputFormatConfig; }
78 inline bool S3OutputFormatConfigHasBeenSet() const { return m_s3OutputFormatConfigHasBeenSet; }
79 inline void SetS3OutputFormatConfig(const UpsolverS3OutputFormatConfig& value) { m_s3OutputFormatConfigHasBeenSet = true; m_s3OutputFormatConfig = value; }
80 inline void SetS3OutputFormatConfig(UpsolverS3OutputFormatConfig&& value) { m_s3OutputFormatConfigHasBeenSet = true; m_s3OutputFormatConfig = std::move(value); }
84 private:
85
86 Aws::String m_bucketName;
87 bool m_bucketNameHasBeenSet = false;
88
89 Aws::String m_bucketPrefix;
90 bool m_bucketPrefixHasBeenSet = false;
91
92 UpsolverS3OutputFormatConfig m_s3OutputFormatConfig;
93 bool m_s3OutputFormatConfigHasBeenSet = false;
94 };
95
96} // namespace Model
97} // namespace Appflow
98} // namespace Aws
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const UpsolverS3OutputFormatConfig & GetS3OutputFormatConfig() const
UpsolverDestinationProperties & WithBucketName(const Aws::String &value)
UpsolverDestinationProperties & WithBucketPrefix(Aws::String &&value)
void SetS3OutputFormatConfig(UpsolverS3OutputFormatConfig &&value)
UpsolverDestinationProperties & WithBucketName(Aws::String &&value)
UpsolverDestinationProperties & WithBucketName(const char *value)
UpsolverDestinationProperties & WithS3OutputFormatConfig(const UpsolverS3OutputFormatConfig &value)
UpsolverDestinationProperties & WithS3OutputFormatConfig(UpsolverS3OutputFormatConfig &&value)
AWS_APPFLOW_API UpsolverDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3OutputFormatConfig(const UpsolverS3OutputFormatConfig &value)
AWS_APPFLOW_API UpsolverDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
UpsolverDestinationProperties & WithBucketPrefix(const char *value)
UpsolverDestinationProperties & WithBucketPrefix(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue