AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ModifyEndpointRequest.h
1
6#pragma once
7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/dms/DatabaseMigrationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/dms/model/ReplicationEndpointTypeValue.h>
11#include <aws/dms/model/DmsSslModeValue.h>
12#include <aws/dms/model/DynamoDbSettings.h>
13#include <aws/dms/model/S3Settings.h>
14#include <aws/dms/model/DmsTransferSettings.h>
15#include <aws/dms/model/MongoDbSettings.h>
16#include <aws/dms/model/KinesisSettings.h>
17#include <aws/dms/model/KafkaSettings.h>
18#include <aws/dms/model/ElasticsearchSettings.h>
19#include <aws/dms/model/NeptuneSettings.h>
20#include <aws/dms/model/RedshiftSettings.h>
21#include <aws/dms/model/PostgreSQLSettings.h>
22#include <aws/dms/model/MySQLSettings.h>
23#include <aws/dms/model/OracleSettings.h>
24#include <aws/dms/model/SybaseSettings.h>
25#include <aws/dms/model/MicrosoftSQLServerSettings.h>
26#include <aws/dms/model/IBMDb2Settings.h>
27#include <aws/dms/model/DocDbSettings.h>
28#include <aws/dms/model/RedisSettings.h>
29#include <aws/dms/model/GcpMySQLSettings.h>
30#include <aws/dms/model/TimestreamSettings.h>
31#include <utility>
32
33namespace Aws
34{
35namespace DatabaseMigrationService
36{
37namespace Model
38{
39
46 {
47 public:
48 AWS_DATABASEMIGRATIONSERVICE_API ModifyEndpointRequest();
49
50 // Service request name is the Operation name which will send this request out,
51 // each operation should has unique request name, so that we can get operation's name from this request.
52 // Note: this is not true for response, multiple operations may have the same response name,
53 // so we can not get operation's name from response.
54 inline virtual const char* GetServiceRequestName() const override { return "ModifyEndpoint"; }
55
56 AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override;
57
58 AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;
59
60
62
66 inline const Aws::String& GetEndpointArn() const{ return m_endpointArn; }
67 inline bool EndpointArnHasBeenSet() const { return m_endpointArnHasBeenSet; }
68 inline void SetEndpointArn(const Aws::String& value) { m_endpointArnHasBeenSet = true; m_endpointArn = value; }
69 inline void SetEndpointArn(Aws::String&& value) { m_endpointArnHasBeenSet = true; m_endpointArn = std::move(value); }
70 inline void SetEndpointArn(const char* value) { m_endpointArnHasBeenSet = true; m_endpointArn.assign(value); }
71 inline ModifyEndpointRequest& WithEndpointArn(const Aws::String& value) { SetEndpointArn(value); return *this;}
72 inline ModifyEndpointRequest& WithEndpointArn(Aws::String&& value) { SetEndpointArn(std::move(value)); return *this;}
73 inline ModifyEndpointRequest& WithEndpointArn(const char* value) { SetEndpointArn(value); return *this;}
75
77
82 inline const Aws::String& GetEndpointIdentifier() const{ return m_endpointIdentifier; }
83 inline bool EndpointIdentifierHasBeenSet() const { return m_endpointIdentifierHasBeenSet; }
84 inline void SetEndpointIdentifier(const Aws::String& value) { m_endpointIdentifierHasBeenSet = true; m_endpointIdentifier = value; }
85 inline void SetEndpointIdentifier(Aws::String&& value) { m_endpointIdentifierHasBeenSet = true; m_endpointIdentifier = std::move(value); }
86 inline void SetEndpointIdentifier(const char* value) { m_endpointIdentifierHasBeenSet = true; m_endpointIdentifier.assign(value); }
88 inline ModifyEndpointRequest& WithEndpointIdentifier(Aws::String&& value) { SetEndpointIdentifier(std::move(value)); return *this;}
89 inline ModifyEndpointRequest& WithEndpointIdentifier(const char* value) { SetEndpointIdentifier(value); return *this;}
91
93
97 inline const ReplicationEndpointTypeValue& GetEndpointType() const{ return m_endpointType; }
98 inline bool EndpointTypeHasBeenSet() const { return m_endpointTypeHasBeenSet; }
99 inline void SetEndpointType(const ReplicationEndpointTypeValue& value) { m_endpointTypeHasBeenSet = true; m_endpointType = value; }
100 inline void SetEndpointType(ReplicationEndpointTypeValue&& value) { m_endpointTypeHasBeenSet = true; m_endpointType = std::move(value); }
102 inline ModifyEndpointRequest& WithEndpointType(ReplicationEndpointTypeValue&& value) { SetEndpointType(std::move(value)); return *this;}
104
106
117 inline const Aws::String& GetEngineName() const{ return m_engineName; }
118 inline bool EngineNameHasBeenSet() const { return m_engineNameHasBeenSet; }
119 inline void SetEngineName(const Aws::String& value) { m_engineNameHasBeenSet = true; m_engineName = value; }
120 inline void SetEngineName(Aws::String&& value) { m_engineNameHasBeenSet = true; m_engineName = std::move(value); }
121 inline void SetEngineName(const char* value) { m_engineNameHasBeenSet = true; m_engineName.assign(value); }
122 inline ModifyEndpointRequest& WithEngineName(const Aws::String& value) { SetEngineName(value); return *this;}
123 inline ModifyEndpointRequest& WithEngineName(Aws::String&& value) { SetEngineName(std::move(value)); return *this;}
124 inline ModifyEndpointRequest& WithEngineName(const char* value) { SetEngineName(value); return *this;}
126
128
131 inline const Aws::String& GetUsername() const{ return m_username; }
132 inline bool UsernameHasBeenSet() const { return m_usernameHasBeenSet; }
133 inline void SetUsername(const Aws::String& value) { m_usernameHasBeenSet = true; m_username = value; }
134 inline void SetUsername(Aws::String&& value) { m_usernameHasBeenSet = true; m_username = std::move(value); }
135 inline void SetUsername(const char* value) { m_usernameHasBeenSet = true; m_username.assign(value); }
136 inline ModifyEndpointRequest& WithUsername(const Aws::String& value) { SetUsername(value); return *this;}
137 inline ModifyEndpointRequest& WithUsername(Aws::String&& value) { SetUsername(std::move(value)); return *this;}
138 inline ModifyEndpointRequest& WithUsername(const char* value) { SetUsername(value); return *this;}
140
142
145 inline const Aws::String& GetPassword() const{ return m_password; }
146 inline bool PasswordHasBeenSet() const { return m_passwordHasBeenSet; }
147 inline void SetPassword(const Aws::String& value) { m_passwordHasBeenSet = true; m_password = value; }
148 inline void SetPassword(Aws::String&& value) { m_passwordHasBeenSet = true; m_password = std::move(value); }
149 inline void SetPassword(const char* value) { m_passwordHasBeenSet = true; m_password.assign(value); }
150 inline ModifyEndpointRequest& WithPassword(const Aws::String& value) { SetPassword(value); return *this;}
151 inline ModifyEndpointRequest& WithPassword(Aws::String&& value) { SetPassword(std::move(value)); return *this;}
152 inline ModifyEndpointRequest& WithPassword(const char* value) { SetPassword(value); return *this;}
154
156
159 inline const Aws::String& GetServerName() const{ return m_serverName; }
160 inline bool ServerNameHasBeenSet() const { return m_serverNameHasBeenSet; }
161 inline void SetServerName(const Aws::String& value) { m_serverNameHasBeenSet = true; m_serverName = value; }
162 inline void SetServerName(Aws::String&& value) { m_serverNameHasBeenSet = true; m_serverName = std::move(value); }
163 inline void SetServerName(const char* value) { m_serverNameHasBeenSet = true; m_serverName.assign(value); }
164 inline ModifyEndpointRequest& WithServerName(const Aws::String& value) { SetServerName(value); return *this;}
165 inline ModifyEndpointRequest& WithServerName(Aws::String&& value) { SetServerName(std::move(value)); return *this;}
166 inline ModifyEndpointRequest& WithServerName(const char* value) { SetServerName(value); return *this;}
168
170
173 inline int GetPort() const{ return m_port; }
174 inline bool PortHasBeenSet() const { return m_portHasBeenSet; }
175 inline void SetPort(int value) { m_portHasBeenSet = true; m_port = value; }
176 inline ModifyEndpointRequest& WithPort(int value) { SetPort(value); return *this;}
178
180
184 inline const Aws::String& GetDatabaseName() const{ return m_databaseName; }
185 inline bool DatabaseNameHasBeenSet() const { return m_databaseNameHasBeenSet; }
186 inline void SetDatabaseName(const Aws::String& value) { m_databaseNameHasBeenSet = true; m_databaseName = value; }
187 inline void SetDatabaseName(Aws::String&& value) { m_databaseNameHasBeenSet = true; m_databaseName = std::move(value); }
188 inline void SetDatabaseName(const char* value) { m_databaseNameHasBeenSet = true; m_databaseName.assign(value); }
189 inline ModifyEndpointRequest& WithDatabaseName(const Aws::String& value) { SetDatabaseName(value); return *this;}
190 inline ModifyEndpointRequest& WithDatabaseName(Aws::String&& value) { SetDatabaseName(std::move(value)); return *this;}
191 inline ModifyEndpointRequest& WithDatabaseName(const char* value) { SetDatabaseName(value); return *this;}
193
195
199 inline const Aws::String& GetExtraConnectionAttributes() const{ return m_extraConnectionAttributes; }
200 inline bool ExtraConnectionAttributesHasBeenSet() const { return m_extraConnectionAttributesHasBeenSet; }
201 inline void SetExtraConnectionAttributes(const Aws::String& value) { m_extraConnectionAttributesHasBeenSet = true; m_extraConnectionAttributes = value; }
202 inline void SetExtraConnectionAttributes(Aws::String&& value) { m_extraConnectionAttributesHasBeenSet = true; m_extraConnectionAttributes = std::move(value); }
203 inline void SetExtraConnectionAttributes(const char* value) { m_extraConnectionAttributesHasBeenSet = true; m_extraConnectionAttributes.assign(value); }
206 inline ModifyEndpointRequest& WithExtraConnectionAttributes(const char* value) { SetExtraConnectionAttributes(value); return *this;}
208
210
214 inline const Aws::String& GetCertificateArn() const{ return m_certificateArn; }
215 inline bool CertificateArnHasBeenSet() const { return m_certificateArnHasBeenSet; }
216 inline void SetCertificateArn(const Aws::String& value) { m_certificateArnHasBeenSet = true; m_certificateArn = value; }
217 inline void SetCertificateArn(Aws::String&& value) { m_certificateArnHasBeenSet = true; m_certificateArn = std::move(value); }
218 inline void SetCertificateArn(const char* value) { m_certificateArnHasBeenSet = true; m_certificateArn.assign(value); }
219 inline ModifyEndpointRequest& WithCertificateArn(const Aws::String& value) { SetCertificateArn(value); return *this;}
220 inline ModifyEndpointRequest& WithCertificateArn(Aws::String&& value) { SetCertificateArn(std::move(value)); return *this;}
221 inline ModifyEndpointRequest& WithCertificateArn(const char* value) { SetCertificateArn(value); return *this;}
223
225
229 inline const DmsSslModeValue& GetSslMode() const{ return m_sslMode; }
230 inline bool SslModeHasBeenSet() const { return m_sslModeHasBeenSet; }
231 inline void SetSslMode(const DmsSslModeValue& value) { m_sslModeHasBeenSet = true; m_sslMode = value; }
232 inline void SetSslMode(DmsSslModeValue&& value) { m_sslModeHasBeenSet = true; m_sslMode = std::move(value); }
233 inline ModifyEndpointRequest& WithSslMode(const DmsSslModeValue& value) { SetSslMode(value); return *this;}
234 inline ModifyEndpointRequest& WithSslMode(DmsSslModeValue&& value) { SetSslMode(std::move(value)); return *this;}
236
238
242 inline const Aws::String& GetServiceAccessRoleArn() const{ return m_serviceAccessRoleArn; }
243 inline bool ServiceAccessRoleArnHasBeenSet() const { return m_serviceAccessRoleArnHasBeenSet; }
244 inline void SetServiceAccessRoleArn(const Aws::String& value) { m_serviceAccessRoleArnHasBeenSet = true; m_serviceAccessRoleArn = value; }
245 inline void SetServiceAccessRoleArn(Aws::String&& value) { m_serviceAccessRoleArnHasBeenSet = true; m_serviceAccessRoleArn = std::move(value); }
246 inline void SetServiceAccessRoleArn(const char* value) { m_serviceAccessRoleArnHasBeenSet = true; m_serviceAccessRoleArn.assign(value); }
248 inline ModifyEndpointRequest& WithServiceAccessRoleArn(Aws::String&& value) { SetServiceAccessRoleArn(std::move(value)); return *this;}
249 inline ModifyEndpointRequest& WithServiceAccessRoleArn(const char* value) { SetServiceAccessRoleArn(value); return *this;}
251
253
256 inline const Aws::String& GetExternalTableDefinition() const{ return m_externalTableDefinition; }
257 inline bool ExternalTableDefinitionHasBeenSet() const { return m_externalTableDefinitionHasBeenSet; }
258 inline void SetExternalTableDefinition(const Aws::String& value) { m_externalTableDefinitionHasBeenSet = true; m_externalTableDefinition = value; }
259 inline void SetExternalTableDefinition(Aws::String&& value) { m_externalTableDefinitionHasBeenSet = true; m_externalTableDefinition = std::move(value); }
260 inline void SetExternalTableDefinition(const char* value) { m_externalTableDefinitionHasBeenSet = true; m_externalTableDefinition.assign(value); }
263 inline ModifyEndpointRequest& WithExternalTableDefinition(const char* value) { SetExternalTableDefinition(value); return *this;}
265
267
274 inline const DynamoDbSettings& GetDynamoDbSettings() const{ return m_dynamoDbSettings; }
275 inline bool DynamoDbSettingsHasBeenSet() const { return m_dynamoDbSettingsHasBeenSet; }
276 inline void SetDynamoDbSettings(const DynamoDbSettings& value) { m_dynamoDbSettingsHasBeenSet = true; m_dynamoDbSettings = value; }
277 inline void SetDynamoDbSettings(DynamoDbSettings&& value) { m_dynamoDbSettingsHasBeenSet = true; m_dynamoDbSettings = std::move(value); }
279 inline ModifyEndpointRequest& WithDynamoDbSettings(DynamoDbSettings&& value) { SetDynamoDbSettings(std::move(value)); return *this;}
281
283
290 inline const S3Settings& GetS3Settings() const{ return m_s3Settings; }
291 inline bool S3SettingsHasBeenSet() const { return m_s3SettingsHasBeenSet; }
292 inline void SetS3Settings(const S3Settings& value) { m_s3SettingsHasBeenSet = true; m_s3Settings = value; }
293 inline void SetS3Settings(S3Settings&& value) { m_s3SettingsHasBeenSet = true; m_s3Settings = std::move(value); }
294 inline ModifyEndpointRequest& WithS3Settings(const S3Settings& value) { SetS3Settings(value); return *this;}
295 inline ModifyEndpointRequest& WithS3Settings(S3Settings&& value) { SetS3Settings(std::move(value)); return *this;}
297
299
309 inline const DmsTransferSettings& GetDmsTransferSettings() const{ return m_dmsTransferSettings; }
310 inline bool DmsTransferSettingsHasBeenSet() const { return m_dmsTransferSettingsHasBeenSet; }
311 inline void SetDmsTransferSettings(const DmsTransferSettings& value) { m_dmsTransferSettingsHasBeenSet = true; m_dmsTransferSettings = value; }
312 inline void SetDmsTransferSettings(DmsTransferSettings&& value) { m_dmsTransferSettingsHasBeenSet = true; m_dmsTransferSettings = std::move(value); }
316
318
325 inline const MongoDbSettings& GetMongoDbSettings() const{ return m_mongoDbSettings; }
326 inline bool MongoDbSettingsHasBeenSet() const { return m_mongoDbSettingsHasBeenSet; }
327 inline void SetMongoDbSettings(const MongoDbSettings& value) { m_mongoDbSettingsHasBeenSet = true; m_mongoDbSettings = value; }
328 inline void SetMongoDbSettings(MongoDbSettings&& value) { m_mongoDbSettingsHasBeenSet = true; m_mongoDbSettings = std::move(value); }
330 inline ModifyEndpointRequest& WithMongoDbSettings(MongoDbSettings&& value) { SetMongoDbSettings(std::move(value)); return *this;}
332
334
341 inline const KinesisSettings& GetKinesisSettings() const{ return m_kinesisSettings; }
342 inline bool KinesisSettingsHasBeenSet() const { return m_kinesisSettingsHasBeenSet; }
343 inline void SetKinesisSettings(const KinesisSettings& value) { m_kinesisSettingsHasBeenSet = true; m_kinesisSettings = value; }
344 inline void SetKinesisSettings(KinesisSettings&& value) { m_kinesisSettingsHasBeenSet = true; m_kinesisSettings = std::move(value); }
346 inline ModifyEndpointRequest& WithKinesisSettings(KinesisSettings&& value) { SetKinesisSettings(std::move(value)); return *this;}
348
350
357 inline const KafkaSettings& GetKafkaSettings() const{ return m_kafkaSettings; }
358 inline bool KafkaSettingsHasBeenSet() const { return m_kafkaSettingsHasBeenSet; }
359 inline void SetKafkaSettings(const KafkaSettings& value) { m_kafkaSettingsHasBeenSet = true; m_kafkaSettings = value; }
360 inline void SetKafkaSettings(KafkaSettings&& value) { m_kafkaSettingsHasBeenSet = true; m_kafkaSettings = std::move(value); }
361 inline ModifyEndpointRequest& WithKafkaSettings(const KafkaSettings& value) { SetKafkaSettings(value); return *this;}
362 inline ModifyEndpointRequest& WithKafkaSettings(KafkaSettings&& value) { SetKafkaSettings(std::move(value)); return *this;}
364
366
373 inline const ElasticsearchSettings& GetElasticsearchSettings() const{ return m_elasticsearchSettings; }
374 inline bool ElasticsearchSettingsHasBeenSet() const { return m_elasticsearchSettingsHasBeenSet; }
375 inline void SetElasticsearchSettings(const ElasticsearchSettings& value) { m_elasticsearchSettingsHasBeenSet = true; m_elasticsearchSettings = value; }
376 inline void SetElasticsearchSettings(ElasticsearchSettings&& value) { m_elasticsearchSettingsHasBeenSet = true; m_elasticsearchSettings = std::move(value); }
380
382
389 inline const NeptuneSettings& GetNeptuneSettings() const{ return m_neptuneSettings; }
390 inline bool NeptuneSettingsHasBeenSet() const { return m_neptuneSettingsHasBeenSet; }
391 inline void SetNeptuneSettings(const NeptuneSettings& value) { m_neptuneSettingsHasBeenSet = true; m_neptuneSettings = value; }
392 inline void SetNeptuneSettings(NeptuneSettings&& value) { m_neptuneSettingsHasBeenSet = true; m_neptuneSettings = std::move(value); }
394 inline ModifyEndpointRequest& WithNeptuneSettings(NeptuneSettings&& value) { SetNeptuneSettings(std::move(value)); return *this;}
396
398
399 inline const RedshiftSettings& GetRedshiftSettings() const{ return m_redshiftSettings; }
400 inline bool RedshiftSettingsHasBeenSet() const { return m_redshiftSettingsHasBeenSet; }
401 inline void SetRedshiftSettings(const RedshiftSettings& value) { m_redshiftSettingsHasBeenSet = true; m_redshiftSettings = value; }
402 inline void SetRedshiftSettings(RedshiftSettings&& value) { m_redshiftSettingsHasBeenSet = true; m_redshiftSettings = std::move(value); }
404 inline ModifyEndpointRequest& WithRedshiftSettings(RedshiftSettings&& value) { SetRedshiftSettings(std::move(value)); return *this;}
406
408
417 inline const PostgreSQLSettings& GetPostgreSQLSettings() const{ return m_postgreSQLSettings; }
418 inline bool PostgreSQLSettingsHasBeenSet() const { return m_postgreSQLSettingsHasBeenSet; }
419 inline void SetPostgreSQLSettings(const PostgreSQLSettings& value) { m_postgreSQLSettingsHasBeenSet = true; m_postgreSQLSettings = value; }
420 inline void SetPostgreSQLSettings(PostgreSQLSettings&& value) { m_postgreSQLSettingsHasBeenSet = true; m_postgreSQLSettings = std::move(value); }
424
426
435 inline const MySQLSettings& GetMySQLSettings() const{ return m_mySQLSettings; }
436 inline bool MySQLSettingsHasBeenSet() const { return m_mySQLSettingsHasBeenSet; }
437 inline void SetMySQLSettings(const MySQLSettings& value) { m_mySQLSettingsHasBeenSet = true; m_mySQLSettings = value; }
438 inline void SetMySQLSettings(MySQLSettings&& value) { m_mySQLSettingsHasBeenSet = true; m_mySQLSettings = std::move(value); }
439 inline ModifyEndpointRequest& WithMySQLSettings(const MySQLSettings& value) { SetMySQLSettings(value); return *this;}
440 inline ModifyEndpointRequest& WithMySQLSettings(MySQLSettings&& value) { SetMySQLSettings(std::move(value)); return *this;}
442
444
453 inline const OracleSettings& GetOracleSettings() const{ return m_oracleSettings; }
454 inline bool OracleSettingsHasBeenSet() const { return m_oracleSettingsHasBeenSet; }
455 inline void SetOracleSettings(const OracleSettings& value) { m_oracleSettingsHasBeenSet = true; m_oracleSettings = value; }
456 inline void SetOracleSettings(OracleSettings&& value) { m_oracleSettingsHasBeenSet = true; m_oracleSettings = std::move(value); }
457 inline ModifyEndpointRequest& WithOracleSettings(const OracleSettings& value) { SetOracleSettings(value); return *this;}
458 inline ModifyEndpointRequest& WithOracleSettings(OracleSettings&& value) { SetOracleSettings(std::move(value)); return *this;}
460
462
471 inline const SybaseSettings& GetSybaseSettings() const{ return m_sybaseSettings; }
472 inline bool SybaseSettingsHasBeenSet() const { return m_sybaseSettingsHasBeenSet; }
473 inline void SetSybaseSettings(const SybaseSettings& value) { m_sybaseSettingsHasBeenSet = true; m_sybaseSettings = value; }
474 inline void SetSybaseSettings(SybaseSettings&& value) { m_sybaseSettingsHasBeenSet = true; m_sybaseSettings = std::move(value); }
475 inline ModifyEndpointRequest& WithSybaseSettings(const SybaseSettings& value) { SetSybaseSettings(value); return *this;}
476 inline ModifyEndpointRequest& WithSybaseSettings(SybaseSettings&& value) { SetSybaseSettings(std::move(value)); return *this;}
478
480
489 inline const MicrosoftSQLServerSettings& GetMicrosoftSQLServerSettings() const{ return m_microsoftSQLServerSettings; }
490 inline bool MicrosoftSQLServerSettingsHasBeenSet() const { return m_microsoftSQLServerSettingsHasBeenSet; }
491 inline void SetMicrosoftSQLServerSettings(const MicrosoftSQLServerSettings& value) { m_microsoftSQLServerSettingsHasBeenSet = true; m_microsoftSQLServerSettings = value; }
492 inline void SetMicrosoftSQLServerSettings(MicrosoftSQLServerSettings&& value) { m_microsoftSQLServerSettingsHasBeenSet = true; m_microsoftSQLServerSettings = std::move(value); }
496
498
505 inline const IBMDb2Settings& GetIBMDb2Settings() const{ return m_iBMDb2Settings; }
506 inline bool IBMDb2SettingsHasBeenSet() const { return m_iBMDb2SettingsHasBeenSet; }
507 inline void SetIBMDb2Settings(const IBMDb2Settings& value) { m_iBMDb2SettingsHasBeenSet = true; m_iBMDb2Settings = value; }
508 inline void SetIBMDb2Settings(IBMDb2Settings&& value) { m_iBMDb2SettingsHasBeenSet = true; m_iBMDb2Settings = std::move(value); }
509 inline ModifyEndpointRequest& WithIBMDb2Settings(const IBMDb2Settings& value) { SetIBMDb2Settings(value); return *this;}
510 inline ModifyEndpointRequest& WithIBMDb2Settings(IBMDb2Settings&& value) { SetIBMDb2Settings(std::move(value)); return *this;}
512
514
522 inline const DocDbSettings& GetDocDbSettings() const{ return m_docDbSettings; }
523 inline bool DocDbSettingsHasBeenSet() const { return m_docDbSettingsHasBeenSet; }
524 inline void SetDocDbSettings(const DocDbSettings& value) { m_docDbSettingsHasBeenSet = true; m_docDbSettings = value; }
525 inline void SetDocDbSettings(DocDbSettings&& value) { m_docDbSettingsHasBeenSet = true; m_docDbSettings = std::move(value); }
526 inline ModifyEndpointRequest& WithDocDbSettings(const DocDbSettings& value) { SetDocDbSettings(value); return *this;}
527 inline ModifyEndpointRequest& WithDocDbSettings(DocDbSettings&& value) { SetDocDbSettings(std::move(value)); return *this;}
529
531
534 inline const RedisSettings& GetRedisSettings() const{ return m_redisSettings; }
535 inline bool RedisSettingsHasBeenSet() const { return m_redisSettingsHasBeenSet; }
536 inline void SetRedisSettings(const RedisSettings& value) { m_redisSettingsHasBeenSet = true; m_redisSettings = value; }
537 inline void SetRedisSettings(RedisSettings&& value) { m_redisSettingsHasBeenSet = true; m_redisSettings = std::move(value); }
538 inline ModifyEndpointRequest& WithRedisSettings(const RedisSettings& value) { SetRedisSettings(value); return *this;}
539 inline ModifyEndpointRequest& WithRedisSettings(RedisSettings&& value) { SetRedisSettings(std::move(value)); return *this;}
541
543
561 inline bool GetExactSettings() const{ return m_exactSettings; }
562 inline bool ExactSettingsHasBeenSet() const { return m_exactSettingsHasBeenSet; }
563 inline void SetExactSettings(bool value) { m_exactSettingsHasBeenSet = true; m_exactSettings = value; }
564 inline ModifyEndpointRequest& WithExactSettings(bool value) { SetExactSettings(value); return *this;}
566
568
571 inline const GcpMySQLSettings& GetGcpMySQLSettings() const{ return m_gcpMySQLSettings; }
572 inline bool GcpMySQLSettingsHasBeenSet() const { return m_gcpMySQLSettingsHasBeenSet; }
573 inline void SetGcpMySQLSettings(const GcpMySQLSettings& value) { m_gcpMySQLSettingsHasBeenSet = true; m_gcpMySQLSettings = value; }
574 inline void SetGcpMySQLSettings(GcpMySQLSettings&& value) { m_gcpMySQLSettingsHasBeenSet = true; m_gcpMySQLSettings = std::move(value); }
576 inline ModifyEndpointRequest& WithGcpMySQLSettings(GcpMySQLSettings&& value) { SetGcpMySQLSettings(std::move(value)); return *this;}
578
580
583 inline const TimestreamSettings& GetTimestreamSettings() const{ return m_timestreamSettings; }
584 inline bool TimestreamSettingsHasBeenSet() const { return m_timestreamSettingsHasBeenSet; }
585 inline void SetTimestreamSettings(const TimestreamSettings& value) { m_timestreamSettingsHasBeenSet = true; m_timestreamSettings = value; }
586 inline void SetTimestreamSettings(TimestreamSettings&& value) { m_timestreamSettingsHasBeenSet = true; m_timestreamSettings = std::move(value); }
590 private:
591
592 Aws::String m_endpointArn;
593 bool m_endpointArnHasBeenSet = false;
594
595 Aws::String m_endpointIdentifier;
596 bool m_endpointIdentifierHasBeenSet = false;
597
598 ReplicationEndpointTypeValue m_endpointType;
599 bool m_endpointTypeHasBeenSet = false;
600
601 Aws::String m_engineName;
602 bool m_engineNameHasBeenSet = false;
603
604 Aws::String m_username;
605 bool m_usernameHasBeenSet = false;
606
607 Aws::String m_password;
608 bool m_passwordHasBeenSet = false;
609
610 Aws::String m_serverName;
611 bool m_serverNameHasBeenSet = false;
612
613 int m_port;
614 bool m_portHasBeenSet = false;
615
616 Aws::String m_databaseName;
617 bool m_databaseNameHasBeenSet = false;
618
619 Aws::String m_extraConnectionAttributes;
620 bool m_extraConnectionAttributesHasBeenSet = false;
621
622 Aws::String m_certificateArn;
623 bool m_certificateArnHasBeenSet = false;
624
625 DmsSslModeValue m_sslMode;
626 bool m_sslModeHasBeenSet = false;
627
628 Aws::String m_serviceAccessRoleArn;
629 bool m_serviceAccessRoleArnHasBeenSet = false;
630
631 Aws::String m_externalTableDefinition;
632 bool m_externalTableDefinitionHasBeenSet = false;
633
634 DynamoDbSettings m_dynamoDbSettings;
635 bool m_dynamoDbSettingsHasBeenSet = false;
636
637 S3Settings m_s3Settings;
638 bool m_s3SettingsHasBeenSet = false;
639
640 DmsTransferSettings m_dmsTransferSettings;
641 bool m_dmsTransferSettingsHasBeenSet = false;
642
643 MongoDbSettings m_mongoDbSettings;
644 bool m_mongoDbSettingsHasBeenSet = false;
645
646 KinesisSettings m_kinesisSettings;
647 bool m_kinesisSettingsHasBeenSet = false;
648
649 KafkaSettings m_kafkaSettings;
650 bool m_kafkaSettingsHasBeenSet = false;
651
652 ElasticsearchSettings m_elasticsearchSettings;
653 bool m_elasticsearchSettingsHasBeenSet = false;
654
655 NeptuneSettings m_neptuneSettings;
656 bool m_neptuneSettingsHasBeenSet = false;
657
658 RedshiftSettings m_redshiftSettings;
659 bool m_redshiftSettingsHasBeenSet = false;
660
661 PostgreSQLSettings m_postgreSQLSettings;
662 bool m_postgreSQLSettingsHasBeenSet = false;
663
664 MySQLSettings m_mySQLSettings;
665 bool m_mySQLSettingsHasBeenSet = false;
666
667 OracleSettings m_oracleSettings;
668 bool m_oracleSettingsHasBeenSet = false;
669
670 SybaseSettings m_sybaseSettings;
671 bool m_sybaseSettingsHasBeenSet = false;
672
673 MicrosoftSQLServerSettings m_microsoftSQLServerSettings;
674 bool m_microsoftSQLServerSettingsHasBeenSet = false;
675
676 IBMDb2Settings m_iBMDb2Settings;
677 bool m_iBMDb2SettingsHasBeenSet = false;
678
679 DocDbSettings m_docDbSettings;
680 bool m_docDbSettingsHasBeenSet = false;
681
682 RedisSettings m_redisSettings;
683 bool m_redisSettingsHasBeenSet = false;
684
685 bool m_exactSettings;
686 bool m_exactSettingsHasBeenSet = false;
687
688 GcpMySQLSettings m_gcpMySQLSettings;
689 bool m_gcpMySQLSettingsHasBeenSet = false;
690
691 TimestreamSettings m_timestreamSettings;
692 bool m_timestreamSettingsHasBeenSet = false;
693 };
694
695} // namespace Model
696} // namespace DatabaseMigrationService
697} // namespace Aws
ModifyEndpointRequest & WithServerName(const char *value)
ModifyEndpointRequest & WithOracleSettings(const OracleSettings &value)
ModifyEndpointRequest & WithServiceAccessRoleArn(Aws::String &&value)
ModifyEndpointRequest & WithTimestreamSettings(const TimestreamSettings &value)
ModifyEndpointRequest & WithPostgreSQLSettings(const PostgreSQLSettings &value)
ModifyEndpointRequest & WithMongoDbSettings(const MongoDbSettings &value)
ModifyEndpointRequest & WithEndpointArn(const Aws::String &value)
ModifyEndpointRequest & WithDmsTransferSettings(const DmsTransferSettings &value)
ModifyEndpointRequest & WithS3Settings(const S3Settings &value)
ModifyEndpointRequest & WithExternalTableDefinition(const char *value)
ModifyEndpointRequest & WithDatabaseName(const char *value)
ModifyEndpointRequest & WithMySQLSettings(const MySQLSettings &value)
ModifyEndpointRequest & WithExtraConnectionAttributes(const char *value)
ModifyEndpointRequest & WithIBMDb2Settings(IBMDb2Settings &&value)
ModifyEndpointRequest & WithSybaseSettings(const SybaseSettings &value)
ModifyEndpointRequest & WithDynamoDbSettings(const DynamoDbSettings &value)
ModifyEndpointRequest & WithS3Settings(S3Settings &&value)
ModifyEndpointRequest & WithEndpointArn(const char *value)
ModifyEndpointRequest & WithElasticsearchSettings(const ElasticsearchSettings &value)
ModifyEndpointRequest & WithEndpointIdentifier(Aws::String &&value)
ModifyEndpointRequest & WithEndpointIdentifier(const Aws::String &value)
void SetEndpointType(const ReplicationEndpointTypeValue &value)
ModifyEndpointRequest & WithKafkaSettings(const KafkaSettings &value)
ModifyEndpointRequest & WithSslMode(DmsSslModeValue &&value)
ModifyEndpointRequest & WithPassword(const Aws::String &value)
ModifyEndpointRequest & WithDocDbSettings(DocDbSettings &&value)
ModifyEndpointRequest & WithGcpMySQLSettings(GcpMySQLSettings &&value)
ModifyEndpointRequest & WithTimestreamSettings(TimestreamSettings &&value)
ModifyEndpointRequest & WithCertificateArn(const Aws::String &value)
ModifyEndpointRequest & WithExtraConnectionAttributes(Aws::String &&value)
ModifyEndpointRequest & WithExtraConnectionAttributes(const Aws::String &value)
ModifyEndpointRequest & WithRedisSettings(const RedisSettings &value)
ModifyEndpointRequest & WithSybaseSettings(SybaseSettings &&value)
ModifyEndpointRequest & WithPostgreSQLSettings(PostgreSQLSettings &&value)
ModifyEndpointRequest & WithElasticsearchSettings(ElasticsearchSettings &&value)
ModifyEndpointRequest & WithServerName(Aws::String &&value)
ModifyEndpointRequest & WithExternalTableDefinition(Aws::String &&value)
ModifyEndpointRequest & WithRedshiftSettings(const RedshiftSettings &value)
ModifyEndpointRequest & WithExternalTableDefinition(const Aws::String &value)
ModifyEndpointRequest & WithServerName(const Aws::String &value)
ModifyEndpointRequest & WithRedshiftSettings(RedshiftSettings &&value)
ModifyEndpointRequest & WithDocDbSettings(const DocDbSettings &value)
ModifyEndpointRequest & WithMySQLSettings(MySQLSettings &&value)
const ReplicationEndpointTypeValue & GetEndpointType() const
ModifyEndpointRequest & WithServiceAccessRoleArn(const Aws::String &value)
ModifyEndpointRequest & WithCertificateArn(Aws::String &&value)
ModifyEndpointRequest & WithDatabaseName(Aws::String &&value)
ModifyEndpointRequest & WithEndpointArn(Aws::String &&value)
ModifyEndpointRequest & WithNeptuneSettings(NeptuneSettings &&value)
ModifyEndpointRequest & WithMicrosoftSQLServerSettings(MicrosoftSQLServerSettings &&value)
void SetMicrosoftSQLServerSettings(MicrosoftSQLServerSettings &&value)
ModifyEndpointRequest & WithIBMDb2Settings(const IBMDb2Settings &value)
ModifyEndpointRequest & WithNeptuneSettings(const NeptuneSettings &value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ModifyEndpointRequest & WithMongoDbSettings(MongoDbSettings &&value)
ModifyEndpointRequest & WithCertificateArn(const char *value)
void SetElasticsearchSettings(const ElasticsearchSettings &value)
ModifyEndpointRequest & WithKinesisSettings(KinesisSettings &&value)
ModifyEndpointRequest & WithEndpointType(ReplicationEndpointTypeValue &&value)
ModifyEndpointRequest & WithEngineName(const Aws::String &value)
ModifyEndpointRequest & WithGcpMySQLSettings(const GcpMySQLSettings &value)
ModifyEndpointRequest & WithKafkaSettings(KafkaSettings &&value)
ModifyEndpointRequest & WithEngineName(Aws::String &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
ModifyEndpointRequest & WithOracleSettings(OracleSettings &&value)
ModifyEndpointRequest & WithDmsTransferSettings(DmsTransferSettings &&value)
ModifyEndpointRequest & WithServiceAccessRoleArn(const char *value)
AWS_DATABASEMIGRATIONSERVICE_API ModifyEndpointRequest()
ModifyEndpointRequest & WithUsername(const Aws::String &value)
ModifyEndpointRequest & WithEndpointIdentifier(const char *value)
void SetMicrosoftSQLServerSettings(const MicrosoftSQLServerSettings &value)
ModifyEndpointRequest & WithDynamoDbSettings(DynamoDbSettings &&value)
ModifyEndpointRequest & WithEndpointType(const ReplicationEndpointTypeValue &value)
ModifyEndpointRequest & WithPassword(Aws::String &&value)
ModifyEndpointRequest & WithUsername(Aws::String &&value)
ModifyEndpointRequest & WithKinesisSettings(const KinesisSettings &value)
ModifyEndpointRequest & WithEngineName(const char *value)
ModifyEndpointRequest & WithSslMode(const DmsSslModeValue &value)
ModifyEndpointRequest & WithMicrosoftSQLServerSettings(const MicrosoftSQLServerSettings &value)
const MicrosoftSQLServerSettings & GetMicrosoftSQLServerSettings() const
ModifyEndpointRequest & WithRedisSettings(RedisSettings &&value)
ModifyEndpointRequest & WithDatabaseName(const Aws::String &value)
void SetEndpointType(ReplicationEndpointTypeValue &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String