AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SnowflakeDestinationUpdate.h
1
6#pragma once
7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/firehose/model/SnowflakeRoleConfiguration.h>
10#include <aws/firehose/model/SnowflakeDataLoadingOption.h>
11#include <aws/firehose/model/CloudWatchLoggingOptions.h>
12#include <aws/firehose/model/ProcessingConfiguration.h>
13#include <aws/firehose/model/SnowflakeRetryOptions.h>
14#include <aws/firehose/model/SnowflakeS3BackupMode.h>
15#include <aws/firehose/model/S3DestinationUpdate.h>
16#include <aws/firehose/model/SecretsManagerConfiguration.h>
17#include <aws/firehose/model/SnowflakeBufferingHints.h>
18#include <utility>
19
20namespace Aws
21{
22namespace Utils
23{
24namespace Json
25{
26 class JsonValue;
27 class JsonView;
28} // namespace Json
29} // namespace Utils
30namespace Firehose
31{
32namespace Model
33{
34
41 {
42 public:
43 AWS_FIREHOSE_API SnowflakeDestinationUpdate();
46 AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const;
47
48
50
56 inline const Aws::String& GetAccountUrl() const{ return m_accountUrl; }
57 inline bool AccountUrlHasBeenSet() const { return m_accountUrlHasBeenSet; }
58 inline void SetAccountUrl(const Aws::String& value) { m_accountUrlHasBeenSet = true; m_accountUrl = value; }
59 inline void SetAccountUrl(Aws::String&& value) { m_accountUrlHasBeenSet = true; m_accountUrl = std::move(value); }
60 inline void SetAccountUrl(const char* value) { m_accountUrlHasBeenSet = true; m_accountUrl.assign(value); }
61 inline SnowflakeDestinationUpdate& WithAccountUrl(const Aws::String& value) { SetAccountUrl(value); return *this;}
62 inline SnowflakeDestinationUpdate& WithAccountUrl(Aws::String&& value) { SetAccountUrl(std::move(value)); return *this;}
63 inline SnowflakeDestinationUpdate& WithAccountUrl(const char* value) { SetAccountUrl(value); return *this;}
65
67
73 inline const Aws::String& GetPrivateKey() const{ return m_privateKey; }
74 inline bool PrivateKeyHasBeenSet() const { return m_privateKeyHasBeenSet; }
75 inline void SetPrivateKey(const Aws::String& value) { m_privateKeyHasBeenSet = true; m_privateKey = value; }
76 inline void SetPrivateKey(Aws::String&& value) { m_privateKeyHasBeenSet = true; m_privateKey = std::move(value); }
77 inline void SetPrivateKey(const char* value) { m_privateKeyHasBeenSet = true; m_privateKey.assign(value); }
78 inline SnowflakeDestinationUpdate& WithPrivateKey(const Aws::String& value) { SetPrivateKey(value); return *this;}
79 inline SnowflakeDestinationUpdate& WithPrivateKey(Aws::String&& value) { SetPrivateKey(std::move(value)); return *this;}
80 inline SnowflakeDestinationUpdate& WithPrivateKey(const char* value) { SetPrivateKey(value); return *this;}
82
84
90 inline const Aws::String& GetKeyPassphrase() const{ return m_keyPassphrase; }
91 inline bool KeyPassphraseHasBeenSet() const { return m_keyPassphraseHasBeenSet; }
92 inline void SetKeyPassphrase(const Aws::String& value) { m_keyPassphraseHasBeenSet = true; m_keyPassphrase = value; }
93 inline void SetKeyPassphrase(Aws::String&& value) { m_keyPassphraseHasBeenSet = true; m_keyPassphrase = std::move(value); }
94 inline void SetKeyPassphrase(const char* value) { m_keyPassphraseHasBeenSet = true; m_keyPassphrase.assign(value); }
95 inline SnowflakeDestinationUpdate& WithKeyPassphrase(const Aws::String& value) { SetKeyPassphrase(value); return *this;}
96 inline SnowflakeDestinationUpdate& WithKeyPassphrase(Aws::String&& value) { SetKeyPassphrase(std::move(value)); return *this;}
97 inline SnowflakeDestinationUpdate& WithKeyPassphrase(const char* value) { SetKeyPassphrase(value); return *this;}
99
101
104 inline const Aws::String& GetUser() const{ return m_user; }
105 inline bool UserHasBeenSet() const { return m_userHasBeenSet; }
106 inline void SetUser(const Aws::String& value) { m_userHasBeenSet = true; m_user = value; }
107 inline void SetUser(Aws::String&& value) { m_userHasBeenSet = true; m_user = std::move(value); }
108 inline void SetUser(const char* value) { m_userHasBeenSet = true; m_user.assign(value); }
109 inline SnowflakeDestinationUpdate& WithUser(const Aws::String& value) { SetUser(value); return *this;}
110 inline SnowflakeDestinationUpdate& WithUser(Aws::String&& value) { SetUser(std::move(value)); return *this;}
111 inline SnowflakeDestinationUpdate& WithUser(const char* value) { SetUser(value); return *this;}
113
115
118 inline const Aws::String& GetDatabase() const{ return m_database; }
119 inline bool DatabaseHasBeenSet() const { return m_databaseHasBeenSet; }
120 inline void SetDatabase(const Aws::String& value) { m_databaseHasBeenSet = true; m_database = value; }
121 inline void SetDatabase(Aws::String&& value) { m_databaseHasBeenSet = true; m_database = std::move(value); }
122 inline void SetDatabase(const char* value) { m_databaseHasBeenSet = true; m_database.assign(value); }
123 inline SnowflakeDestinationUpdate& WithDatabase(const Aws::String& value) { SetDatabase(value); return *this;}
124 inline SnowflakeDestinationUpdate& WithDatabase(Aws::String&& value) { SetDatabase(std::move(value)); return *this;}
125 inline SnowflakeDestinationUpdate& WithDatabase(const char* value) { SetDatabase(value); return *this;}
127
129
133 inline const Aws::String& GetSchema() const{ return m_schema; }
134 inline bool SchemaHasBeenSet() const { return m_schemaHasBeenSet; }
135 inline void SetSchema(const Aws::String& value) { m_schemaHasBeenSet = true; m_schema = value; }
136 inline void SetSchema(Aws::String&& value) { m_schemaHasBeenSet = true; m_schema = std::move(value); }
137 inline void SetSchema(const char* value) { m_schemaHasBeenSet = true; m_schema.assign(value); }
138 inline SnowflakeDestinationUpdate& WithSchema(const Aws::String& value) { SetSchema(value); return *this;}
139 inline SnowflakeDestinationUpdate& WithSchema(Aws::String&& value) { SetSchema(std::move(value)); return *this;}
140 inline SnowflakeDestinationUpdate& WithSchema(const char* value) { SetSchema(value); return *this;}
142
144
148 inline const Aws::String& GetTable() const{ return m_table; }
149 inline bool TableHasBeenSet() const { return m_tableHasBeenSet; }
150 inline void SetTable(const Aws::String& value) { m_tableHasBeenSet = true; m_table = value; }
151 inline void SetTable(Aws::String&& value) { m_tableHasBeenSet = true; m_table = std::move(value); }
152 inline void SetTable(const char* value) { m_tableHasBeenSet = true; m_table.assign(value); }
153 inline SnowflakeDestinationUpdate& WithTable(const Aws::String& value) { SetTable(value); return *this;}
154 inline SnowflakeDestinationUpdate& WithTable(Aws::String&& value) { SetTable(std::move(value)); return *this;}
155 inline SnowflakeDestinationUpdate& WithTable(const char* value) { SetTable(value); return *this;}
157
159
163 inline const SnowflakeRoleConfiguration& GetSnowflakeRoleConfiguration() const{ return m_snowflakeRoleConfiguration; }
164 inline bool SnowflakeRoleConfigurationHasBeenSet() const { return m_snowflakeRoleConfigurationHasBeenSet; }
165 inline void SetSnowflakeRoleConfiguration(const SnowflakeRoleConfiguration& value) { m_snowflakeRoleConfigurationHasBeenSet = true; m_snowflakeRoleConfiguration = value; }
166 inline void SetSnowflakeRoleConfiguration(SnowflakeRoleConfiguration&& value) { m_snowflakeRoleConfigurationHasBeenSet = true; m_snowflakeRoleConfiguration = std::move(value); }
170
172
177 inline const SnowflakeDataLoadingOption& GetDataLoadingOption() const{ return m_dataLoadingOption; }
178 inline bool DataLoadingOptionHasBeenSet() const { return m_dataLoadingOptionHasBeenSet; }
179 inline void SetDataLoadingOption(const SnowflakeDataLoadingOption& value) { m_dataLoadingOptionHasBeenSet = true; m_dataLoadingOption = value; }
180 inline void SetDataLoadingOption(SnowflakeDataLoadingOption&& value) { m_dataLoadingOptionHasBeenSet = true; m_dataLoadingOption = std::move(value); }
184
186
189 inline const Aws::String& GetMetaDataColumnName() const{ return m_metaDataColumnName; }
190 inline bool MetaDataColumnNameHasBeenSet() const { return m_metaDataColumnNameHasBeenSet; }
191 inline void SetMetaDataColumnName(const Aws::String& value) { m_metaDataColumnNameHasBeenSet = true; m_metaDataColumnName = value; }
192 inline void SetMetaDataColumnName(Aws::String&& value) { m_metaDataColumnNameHasBeenSet = true; m_metaDataColumnName = std::move(value); }
193 inline void SetMetaDataColumnName(const char* value) { m_metaDataColumnNameHasBeenSet = true; m_metaDataColumnName.assign(value); }
195 inline SnowflakeDestinationUpdate& WithMetaDataColumnName(Aws::String&& value) { SetMetaDataColumnName(std::move(value)); return *this;}
196 inline SnowflakeDestinationUpdate& WithMetaDataColumnName(const char* value) { SetMetaDataColumnName(value); return *this;}
198
200
203 inline const Aws::String& GetContentColumnName() const{ return m_contentColumnName; }
204 inline bool ContentColumnNameHasBeenSet() const { return m_contentColumnNameHasBeenSet; }
205 inline void SetContentColumnName(const Aws::String& value) { m_contentColumnNameHasBeenSet = true; m_contentColumnName = value; }
206 inline void SetContentColumnName(Aws::String&& value) { m_contentColumnNameHasBeenSet = true; m_contentColumnName = std::move(value); }
207 inline void SetContentColumnName(const char* value) { m_contentColumnNameHasBeenSet = true; m_contentColumnName.assign(value); }
209 inline SnowflakeDestinationUpdate& WithContentColumnName(Aws::String&& value) { SetContentColumnName(std::move(value)); return *this;}
210 inline SnowflakeDestinationUpdate& WithContentColumnName(const char* value) { SetContentColumnName(value); return *this;}
212
214
215 inline const CloudWatchLoggingOptions& GetCloudWatchLoggingOptions() const{ return m_cloudWatchLoggingOptions; }
216 inline bool CloudWatchLoggingOptionsHasBeenSet() const { return m_cloudWatchLoggingOptionsHasBeenSet; }
217 inline void SetCloudWatchLoggingOptions(const CloudWatchLoggingOptions& value) { m_cloudWatchLoggingOptionsHasBeenSet = true; m_cloudWatchLoggingOptions = value; }
218 inline void SetCloudWatchLoggingOptions(CloudWatchLoggingOptions&& value) { m_cloudWatchLoggingOptionsHasBeenSet = true; m_cloudWatchLoggingOptions = std::move(value); }
222
224
225 inline const ProcessingConfiguration& GetProcessingConfiguration() const{ return m_processingConfiguration; }
226 inline bool ProcessingConfigurationHasBeenSet() const { return m_processingConfigurationHasBeenSet; }
227 inline void SetProcessingConfiguration(const ProcessingConfiguration& value) { m_processingConfigurationHasBeenSet = true; m_processingConfiguration = value; }
228 inline void SetProcessingConfiguration(ProcessingConfiguration&& value) { m_processingConfigurationHasBeenSet = true; m_processingConfiguration = std::move(value); }
232
234
237 inline const Aws::String& GetRoleARN() const{ return m_roleARN; }
238 inline bool RoleARNHasBeenSet() const { return m_roleARNHasBeenSet; }
239 inline void SetRoleARN(const Aws::String& value) { m_roleARNHasBeenSet = true; m_roleARN = value; }
240 inline void SetRoleARN(Aws::String&& value) { m_roleARNHasBeenSet = true; m_roleARN = std::move(value); }
241 inline void SetRoleARN(const char* value) { m_roleARNHasBeenSet = true; m_roleARN.assign(value); }
242 inline SnowflakeDestinationUpdate& WithRoleARN(const Aws::String& value) { SetRoleARN(value); return *this;}
243 inline SnowflakeDestinationUpdate& WithRoleARN(Aws::String&& value) { SetRoleARN(std::move(value)); return *this;}
244 inline SnowflakeDestinationUpdate& WithRoleARN(const char* value) { SetRoleARN(value); return *this;}
246
248
266 inline const SnowflakeRetryOptions& GetRetryOptions() const{ return m_retryOptions; }
267 inline bool RetryOptionsHasBeenSet() const { return m_retryOptionsHasBeenSet; }
268 inline void SetRetryOptions(const SnowflakeRetryOptions& value) { m_retryOptionsHasBeenSet = true; m_retryOptions = value; }
269 inline void SetRetryOptions(SnowflakeRetryOptions&& value) { m_retryOptionsHasBeenSet = true; m_retryOptions = std::move(value); }
271 inline SnowflakeDestinationUpdate& WithRetryOptions(SnowflakeRetryOptions&& value) { SetRetryOptions(std::move(value)); return *this;}
273
275
278 inline const SnowflakeS3BackupMode& GetS3BackupMode() const{ return m_s3BackupMode; }
279 inline bool S3BackupModeHasBeenSet() const { return m_s3BackupModeHasBeenSet; }
280 inline void SetS3BackupMode(const SnowflakeS3BackupMode& value) { m_s3BackupModeHasBeenSet = true; m_s3BackupMode = value; }
281 inline void SetS3BackupMode(SnowflakeS3BackupMode&& value) { m_s3BackupModeHasBeenSet = true; m_s3BackupMode = std::move(value); }
283 inline SnowflakeDestinationUpdate& WithS3BackupMode(SnowflakeS3BackupMode&& value) { SetS3BackupMode(std::move(value)); return *this;}
285
287
288 inline const S3DestinationUpdate& GetS3Update() const{ return m_s3Update; }
289 inline bool S3UpdateHasBeenSet() const { return m_s3UpdateHasBeenSet; }
290 inline void SetS3Update(const S3DestinationUpdate& value) { m_s3UpdateHasBeenSet = true; m_s3Update = value; }
291 inline void SetS3Update(S3DestinationUpdate&& value) { m_s3UpdateHasBeenSet = true; m_s3Update = std::move(value); }
292 inline SnowflakeDestinationUpdate& WithS3Update(const S3DestinationUpdate& value) { SetS3Update(value); return *this;}
293 inline SnowflakeDestinationUpdate& WithS3Update(S3DestinationUpdate&& value) { SetS3Update(std::move(value)); return *this;}
295
297
300 inline const SecretsManagerConfiguration& GetSecretsManagerConfiguration() const{ return m_secretsManagerConfiguration; }
301 inline bool SecretsManagerConfigurationHasBeenSet() const { return m_secretsManagerConfigurationHasBeenSet; }
302 inline void SetSecretsManagerConfiguration(const SecretsManagerConfiguration& value) { m_secretsManagerConfigurationHasBeenSet = true; m_secretsManagerConfiguration = value; }
303 inline void SetSecretsManagerConfiguration(SecretsManagerConfiguration&& value) { m_secretsManagerConfigurationHasBeenSet = true; m_secretsManagerConfiguration = std::move(value); }
307
309
313 inline const SnowflakeBufferingHints& GetBufferingHints() const{ return m_bufferingHints; }
314 inline bool BufferingHintsHasBeenSet() const { return m_bufferingHintsHasBeenSet; }
315 inline void SetBufferingHints(const SnowflakeBufferingHints& value) { m_bufferingHintsHasBeenSet = true; m_bufferingHints = value; }
316 inline void SetBufferingHints(SnowflakeBufferingHints&& value) { m_bufferingHintsHasBeenSet = true; m_bufferingHints = std::move(value); }
320 private:
321
322 Aws::String m_accountUrl;
323 bool m_accountUrlHasBeenSet = false;
324
325 Aws::String m_privateKey;
326 bool m_privateKeyHasBeenSet = false;
327
328 Aws::String m_keyPassphrase;
329 bool m_keyPassphraseHasBeenSet = false;
330
331 Aws::String m_user;
332 bool m_userHasBeenSet = false;
333
334 Aws::String m_database;
335 bool m_databaseHasBeenSet = false;
336
337 Aws::String m_schema;
338 bool m_schemaHasBeenSet = false;
339
340 Aws::String m_table;
341 bool m_tableHasBeenSet = false;
342
343 SnowflakeRoleConfiguration m_snowflakeRoleConfiguration;
344 bool m_snowflakeRoleConfigurationHasBeenSet = false;
345
346 SnowflakeDataLoadingOption m_dataLoadingOption;
347 bool m_dataLoadingOptionHasBeenSet = false;
348
349 Aws::String m_metaDataColumnName;
350 bool m_metaDataColumnNameHasBeenSet = false;
351
352 Aws::String m_contentColumnName;
353 bool m_contentColumnNameHasBeenSet = false;
354
355 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
356 bool m_cloudWatchLoggingOptionsHasBeenSet = false;
357
358 ProcessingConfiguration m_processingConfiguration;
359 bool m_processingConfigurationHasBeenSet = false;
360
361 Aws::String m_roleARN;
362 bool m_roleARNHasBeenSet = false;
363
364 SnowflakeRetryOptions m_retryOptions;
365 bool m_retryOptionsHasBeenSet = false;
366
367 SnowflakeS3BackupMode m_s3BackupMode;
368 bool m_s3BackupModeHasBeenSet = false;
369
370 S3DestinationUpdate m_s3Update;
371 bool m_s3UpdateHasBeenSet = false;
372
373 SecretsManagerConfiguration m_secretsManagerConfiguration;
374 bool m_secretsManagerConfigurationHasBeenSet = false;
375
376 SnowflakeBufferingHints m_bufferingHints;
377 bool m_bufferingHintsHasBeenSet = false;
378 };
379
380} // namespace Model
381} // namespace Firehose
382} // namespace Aws
SnowflakeDestinationUpdate & WithPrivateKey(Aws::String &&value)
SnowflakeDestinationUpdate & WithSchema(Aws::String &&value)
SnowflakeDestinationUpdate & WithProcessingConfiguration(ProcessingConfiguration &&value)
SnowflakeDestinationUpdate & WithRoleARN(const char *value)
SnowflakeDestinationUpdate & WithMetaDataColumnName(const char *value)
SnowflakeDestinationUpdate & WithTable(const char *value)
void SetSnowflakeRoleConfiguration(SnowflakeRoleConfiguration &&value)
void SetBufferingHints(SnowflakeBufferingHints &&value)
SnowflakeDestinationUpdate & WithPrivateKey(const char *value)
SnowflakeDestinationUpdate & WithContentColumnName(const char *value)
SnowflakeDestinationUpdate & WithS3BackupMode(const SnowflakeS3BackupMode &value)
const CloudWatchLoggingOptions & GetCloudWatchLoggingOptions() const
void SetCloudWatchLoggingOptions(const CloudWatchLoggingOptions &value)
SnowflakeDestinationUpdate & WithDataLoadingOption(SnowflakeDataLoadingOption &&value)
SnowflakeDestinationUpdate & WithS3Update(const S3DestinationUpdate &value)
SnowflakeDestinationUpdate & WithTable(Aws::String &&value)
void SetRetryOptions(const SnowflakeRetryOptions &value)
SnowflakeDestinationUpdate & WithRetryOptions(SnowflakeRetryOptions &&value)
SnowflakeDestinationUpdate & WithUser(Aws::String &&value)
void SetSecretsManagerConfiguration(const SecretsManagerConfiguration &value)
SnowflakeDestinationUpdate & WithBufferingHints(const SnowflakeBufferingHints &value)
SnowflakeDestinationUpdate & WithSnowflakeRoleConfiguration(const SnowflakeRoleConfiguration &value)
const SecretsManagerConfiguration & GetSecretsManagerConfiguration() const
void SetProcessingConfiguration(ProcessingConfiguration &&value)
void SetBufferingHints(const SnowflakeBufferingHints &value)
SnowflakeDestinationUpdate & WithDatabase(const char *value)
SnowflakeDestinationUpdate & WithTable(const Aws::String &value)
SnowflakeDestinationUpdate & WithMetaDataColumnName(Aws::String &&value)
SnowflakeDestinationUpdate & WithRoleARN(Aws::String &&value)
const SnowflakeBufferingHints & GetBufferingHints() const
SnowflakeDestinationUpdate & WithAccountUrl(Aws::String &&value)
SnowflakeDestinationUpdate & WithKeyPassphrase(const char *value)
void SetCloudWatchLoggingOptions(CloudWatchLoggingOptions &&value)
void SetSnowflakeRoleConfiguration(const SnowflakeRoleConfiguration &value)
SnowflakeDestinationUpdate & WithPrivateKey(const Aws::String &value)
void SetProcessingConfiguration(const ProcessingConfiguration &value)
const SnowflakeRoleConfiguration & GetSnowflakeRoleConfiguration() const
SnowflakeDestinationUpdate & WithS3Update(S3DestinationUpdate &&value)
SnowflakeDestinationUpdate & WithAccountUrl(const Aws::String &value)
SnowflakeDestinationUpdate & WithAccountUrl(const char *value)
SnowflakeDestinationUpdate & WithS3BackupMode(SnowflakeS3BackupMode &&value)
SnowflakeDestinationUpdate & WithProcessingConfiguration(const ProcessingConfiguration &value)
SnowflakeDestinationUpdate & WithSnowflakeRoleConfiguration(SnowflakeRoleConfiguration &&value)
AWS_FIREHOSE_API SnowflakeDestinationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
SnowflakeDestinationUpdate & WithCloudWatchLoggingOptions(const CloudWatchLoggingOptions &value)
void SetDataLoadingOption(const SnowflakeDataLoadingOption &value)
SnowflakeDestinationUpdate & WithCloudWatchLoggingOptions(CloudWatchLoggingOptions &&value)
const ProcessingConfiguration & GetProcessingConfiguration() const
SnowflakeDestinationUpdate & WithUser(const char *value)
SnowflakeDestinationUpdate & WithUser(const Aws::String &value)
AWS_FIREHOSE_API SnowflakeDestinationUpdate(Aws::Utils::Json::JsonView jsonValue)
SnowflakeDestinationUpdate & WithSchema(const Aws::String &value)
void SetS3BackupMode(const SnowflakeS3BackupMode &value)
SnowflakeDestinationUpdate & WithKeyPassphrase(const Aws::String &value)
SnowflakeDestinationUpdate & WithBufferingHints(SnowflakeBufferingHints &&value)
SnowflakeDestinationUpdate & WithDataLoadingOption(const SnowflakeDataLoadingOption &value)
SnowflakeDestinationUpdate & WithSecretsManagerConfiguration(const SecretsManagerConfiguration &value)
const SnowflakeDataLoadingOption & GetDataLoadingOption() const
SnowflakeDestinationUpdate & WithSecretsManagerConfiguration(SecretsManagerConfiguration &&value)
SnowflakeDestinationUpdate & WithRoleARN(const Aws::String &value)
void SetSecretsManagerConfiguration(SecretsManagerConfiguration &&value)
void SetDataLoadingOption(SnowflakeDataLoadingOption &&value)
SnowflakeDestinationUpdate & WithSchema(const char *value)
SnowflakeDestinationUpdate & WithContentColumnName(const Aws::String &value)
SnowflakeDestinationUpdate & WithContentColumnName(Aws::String &&value)
SnowflakeDestinationUpdate & WithRetryOptions(const SnowflakeRetryOptions &value)
SnowflakeDestinationUpdate & WithMetaDataColumnName(const Aws::String &value)
SnowflakeDestinationUpdate & WithDatabase(const Aws::String &value)
SnowflakeDestinationUpdate & WithDatabase(Aws::String &&value)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
SnowflakeDestinationUpdate & WithKeyPassphrase(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue