/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace DatabaseMigrationService { namespace Model { /** *

Provides information that defines an Oracle endpoint.

See * Also:

AWS * API Reference

*/ class AWS_DATABASEMIGRATIONSERVICE_API OracleSettings { public: OracleSettings(); OracleSettings(Aws::Utils::Json::JsonView jsonValue); OracleSettings& operator=(Aws::Utils::Json::JsonView jsonValue); Aws::Utils::Json::JsonValue Jsonize() const; /** *

For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) * password. You can set this value from the asm_user_password * value. You set this value as part of the comma-separated value that you * set to the Password request parameter when you create the endpoint * to access transaction logs using Binary Reader. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline const Aws::String& GetAsmPassword() const{ return m_asmPassword; } /** *

For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) * password. You can set this value from the asm_user_password * value. You set this value as part of the comma-separated value that you * set to the Password request parameter when you create the endpoint * to access transaction logs using Binary Reader. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline bool AsmPasswordHasBeenSet() const { return m_asmPasswordHasBeenSet; } /** *

For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) * password. You can set this value from the asm_user_password * value. You set this value as part of the comma-separated value that you * set to the Password request parameter when you create the endpoint * to access transaction logs using Binary Reader. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline void SetAsmPassword(const Aws::String& value) { m_asmPasswordHasBeenSet = true; m_asmPassword = value; } /** *

For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) * password. You can set this value from the asm_user_password * value. You set this value as part of the comma-separated value that you * set to the Password request parameter when you create the endpoint * to access transaction logs using Binary Reader. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline void SetAsmPassword(Aws::String&& value) { m_asmPasswordHasBeenSet = true; m_asmPassword = std::move(value); } /** *

For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) * password. You can set this value from the asm_user_password * value. You set this value as part of the comma-separated value that you * set to the Password request parameter when you create the endpoint * to access transaction logs using Binary Reader. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline void SetAsmPassword(const char* value) { m_asmPasswordHasBeenSet = true; m_asmPassword.assign(value); } /** *

For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) * password. You can set this value from the asm_user_password * value. You set this value as part of the comma-separated value that you * set to the Password request parameter when you create the endpoint * to access transaction logs using Binary Reader. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline OracleSettings& WithAsmPassword(const Aws::String& value) { SetAsmPassword(value); return *this;} /** *

For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) * password. You can set this value from the asm_user_password * value. You set this value as part of the comma-separated value that you * set to the Password request parameter when you create the endpoint * to access transaction logs using Binary Reader. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline OracleSettings& WithAsmPassword(Aws::String&& value) { SetAsmPassword(std::move(value)); return *this;} /** *

For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) * password. You can set this value from the asm_user_password * value. You set this value as part of the comma-separated value that you * set to the Password request parameter when you create the endpoint * to access transaction logs using Binary Reader. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline OracleSettings& WithAsmPassword(const char* value) { SetAsmPassword(value); return *this;} /** *

For an Oracle source endpoint, your ASM server address. You can set this * value from the asm_server value. You set asm_server as * part of the extra connection attribute string to access an Oracle server with * Binary Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline const Aws::String& GetAsmServer() const{ return m_asmServer; } /** *

For an Oracle source endpoint, your ASM server address. You can set this * value from the asm_server value. You set asm_server as * part of the extra connection attribute string to access an Oracle server with * Binary Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline bool AsmServerHasBeenSet() const { return m_asmServerHasBeenSet; } /** *

For an Oracle source endpoint, your ASM server address. You can set this * value from the asm_server value. You set asm_server as * part of the extra connection attribute string to access an Oracle server with * Binary Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline void SetAsmServer(const Aws::String& value) { m_asmServerHasBeenSet = true; m_asmServer = value; } /** *

For an Oracle source endpoint, your ASM server address. You can set this * value from the asm_server value. You set asm_server as * part of the extra connection attribute string to access an Oracle server with * Binary Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline void SetAsmServer(Aws::String&& value) { m_asmServerHasBeenSet = true; m_asmServer = std::move(value); } /** *

For an Oracle source endpoint, your ASM server address. You can set this * value from the asm_server value. You set asm_server as * part of the extra connection attribute string to access an Oracle server with * Binary Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline void SetAsmServer(const char* value) { m_asmServerHasBeenSet = true; m_asmServer.assign(value); } /** *

For an Oracle source endpoint, your ASM server address. You can set this * value from the asm_server value. You set asm_server as * part of the extra connection attribute string to access an Oracle server with * Binary Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline OracleSettings& WithAsmServer(const Aws::String& value) { SetAsmServer(value); return *this;} /** *

For an Oracle source endpoint, your ASM server address. You can set this * value from the asm_server value. You set asm_server as * part of the extra connection attribute string to access an Oracle server with * Binary Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline OracleSettings& WithAsmServer(Aws::String&& value) { SetAsmServer(std::move(value)); return *this;} /** *

For an Oracle source endpoint, your ASM server address. You can set this * value from the asm_server value. You set asm_server as * part of the extra connection attribute string to access an Oracle server with * Binary Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline OracleSettings& WithAsmServer(const char* value) { SetAsmServer(value); return *this;} /** *

For an Oracle source endpoint, your ASM user name. You can set this value * from the asm_user value. You set asm_user as part of * the extra connection attribute string to access an Oracle server with Binary * Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline const Aws::String& GetAsmUser() const{ return m_asmUser; } /** *

For an Oracle source endpoint, your ASM user name. You can set this value * from the asm_user value. You set asm_user as part of * the extra connection attribute string to access an Oracle server with Binary * Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline bool AsmUserHasBeenSet() const { return m_asmUserHasBeenSet; } /** *

For an Oracle source endpoint, your ASM user name. You can set this value * from the asm_user value. You set asm_user as part of * the extra connection attribute string to access an Oracle server with Binary * Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline void SetAsmUser(const Aws::String& value) { m_asmUserHasBeenSet = true; m_asmUser = value; } /** *

For an Oracle source endpoint, your ASM user name. You can set this value * from the asm_user value. You set asm_user as part of * the extra connection attribute string to access an Oracle server with Binary * Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline void SetAsmUser(Aws::String&& value) { m_asmUserHasBeenSet = true; m_asmUser = std::move(value); } /** *

For an Oracle source endpoint, your ASM user name. You can set this value * from the asm_user value. You set asm_user as part of * the extra connection attribute string to access an Oracle server with Binary * Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline void SetAsmUser(const char* value) { m_asmUserHasBeenSet = true; m_asmUser.assign(value); } /** *

For an Oracle source endpoint, your ASM user name. You can set this value * from the asm_user value. You set asm_user as part of * the extra connection attribute string to access an Oracle server with Binary * Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline OracleSettings& WithAsmUser(const Aws::String& value) { SetAsmUser(value); return *this;} /** *

For an Oracle source endpoint, your ASM user name. You can set this value * from the asm_user value. You set asm_user as part of * the extra connection attribute string to access an Oracle server with Binary * Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline OracleSettings& WithAsmUser(Aws::String&& value) { SetAsmUser(std::move(value)); return *this;} /** *

For an Oracle source endpoint, your ASM user name. You can set this value * from the asm_user value. You set asm_user as part of * the extra connection attribute string to access an Oracle server with Binary * Reader that uses ASM. For more information, see Configuration * for change data capture (CDC) on an Oracle source database.

*/ inline OracleSettings& WithAsmUser(const char* value) { SetAsmUser(value); return *this;} /** *

Database name for the endpoint.

*/ inline const Aws::String& GetDatabaseName() const{ return m_databaseName; } /** *

Database name for the endpoint.

*/ inline bool DatabaseNameHasBeenSet() const { return m_databaseNameHasBeenSet; } /** *

Database name for the endpoint.

*/ inline void SetDatabaseName(const Aws::String& value) { m_databaseNameHasBeenSet = true; m_databaseName = value; } /** *

Database name for the endpoint.

*/ inline void SetDatabaseName(Aws::String&& value) { m_databaseNameHasBeenSet = true; m_databaseName = std::move(value); } /** *

Database name for the endpoint.

*/ inline void SetDatabaseName(const char* value) { m_databaseNameHasBeenSet = true; m_databaseName.assign(value); } /** *

Database name for the endpoint.

*/ inline OracleSettings& WithDatabaseName(const Aws::String& value) { SetDatabaseName(value); return *this;} /** *

Database name for the endpoint.

*/ inline OracleSettings& WithDatabaseName(Aws::String&& value) { SetDatabaseName(std::move(value)); return *this;} /** *

Database name for the endpoint.

*/ inline OracleSettings& WithDatabaseName(const char* value) { SetDatabaseName(value); return *this;} /** *

Endpoint connection password.

*/ inline const Aws::String& GetPassword() const{ return m_password; } /** *

Endpoint connection password.

*/ inline bool PasswordHasBeenSet() const { return m_passwordHasBeenSet; } /** *

Endpoint connection password.

*/ inline void SetPassword(const Aws::String& value) { m_passwordHasBeenSet = true; m_password = value; } /** *

Endpoint connection password.

*/ inline void SetPassword(Aws::String&& value) { m_passwordHasBeenSet = true; m_password = std::move(value); } /** *

Endpoint connection password.

*/ inline void SetPassword(const char* value) { m_passwordHasBeenSet = true; m_password.assign(value); } /** *

Endpoint connection password.

*/ inline OracleSettings& WithPassword(const Aws::String& value) { SetPassword(value); return *this;} /** *

Endpoint connection password.

*/ inline OracleSettings& WithPassword(Aws::String&& value) { SetPassword(std::move(value)); return *this;} /** *

Endpoint connection password.

*/ inline OracleSettings& WithPassword(const char* value) { SetPassword(value); return *this;} /** *

Endpoint TCP port.

*/ inline int GetPort() const{ return m_port; } /** *

Endpoint TCP port.

*/ inline bool PortHasBeenSet() const { return m_portHasBeenSet; } /** *

Endpoint TCP port.

*/ inline void SetPort(int value) { m_portHasBeenSet = true; m_port = value; } /** *

Endpoint TCP port.

*/ inline OracleSettings& WithPort(int value) { SetPort(value); return *this;} /** *

For an Oracle source endpoint, the transparent data encryption (TDE) password * required by AWM DMS to access Oracle redo logs encrypted by TDE using Binary * Reader. It is also the TDE_Password part of the * comma-separated value you set to the Password request parameter * when you create the endpoint. The SecurityDbEncryptian setting is * related to this SecurityDbEncryptionName setting. For more * information, see * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline const Aws::String& GetSecurityDbEncryption() const{ return m_securityDbEncryption; } /** *

For an Oracle source endpoint, the transparent data encryption (TDE) password * required by AWM DMS to access Oracle redo logs encrypted by TDE using Binary * Reader. It is also the TDE_Password part of the * comma-separated value you set to the Password request parameter * when you create the endpoint. The SecurityDbEncryptian setting is * related to this SecurityDbEncryptionName setting. For more * information, see * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline bool SecurityDbEncryptionHasBeenSet() const { return m_securityDbEncryptionHasBeenSet; } /** *

For an Oracle source endpoint, the transparent data encryption (TDE) password * required by AWM DMS to access Oracle redo logs encrypted by TDE using Binary * Reader. It is also the TDE_Password part of the * comma-separated value you set to the Password request parameter * when you create the endpoint. The SecurityDbEncryptian setting is * related to this SecurityDbEncryptionName setting. For more * information, see * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline void SetSecurityDbEncryption(const Aws::String& value) { m_securityDbEncryptionHasBeenSet = true; m_securityDbEncryption = value; } /** *

For an Oracle source endpoint, the transparent data encryption (TDE) password * required by AWM DMS to access Oracle redo logs encrypted by TDE using Binary * Reader. It is also the TDE_Password part of the * comma-separated value you set to the Password request parameter * when you create the endpoint. The SecurityDbEncryptian setting is * related to this SecurityDbEncryptionName setting. For more * information, see * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline void SetSecurityDbEncryption(Aws::String&& value) { m_securityDbEncryptionHasBeenSet = true; m_securityDbEncryption = std::move(value); } /** *

For an Oracle source endpoint, the transparent data encryption (TDE) password * required by AWM DMS to access Oracle redo logs encrypted by TDE using Binary * Reader. It is also the TDE_Password part of the * comma-separated value you set to the Password request parameter * when you create the endpoint. The SecurityDbEncryptian setting is * related to this SecurityDbEncryptionName setting. For more * information, see * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline void SetSecurityDbEncryption(const char* value) { m_securityDbEncryptionHasBeenSet = true; m_securityDbEncryption.assign(value); } /** *

For an Oracle source endpoint, the transparent data encryption (TDE) password * required by AWM DMS to access Oracle redo logs encrypted by TDE using Binary * Reader. It is also the TDE_Password part of the * comma-separated value you set to the Password request parameter * when you create the endpoint. The SecurityDbEncryptian setting is * related to this SecurityDbEncryptionName setting. For more * information, see * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline OracleSettings& WithSecurityDbEncryption(const Aws::String& value) { SetSecurityDbEncryption(value); return *this;} /** *

For an Oracle source endpoint, the transparent data encryption (TDE) password * required by AWM DMS to access Oracle redo logs encrypted by TDE using Binary * Reader. It is also the TDE_Password part of the * comma-separated value you set to the Password request parameter * when you create the endpoint. The SecurityDbEncryptian setting is * related to this SecurityDbEncryptionName setting. For more * information, see * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline OracleSettings& WithSecurityDbEncryption(Aws::String&& value) { SetSecurityDbEncryption(std::move(value)); return *this;} /** *

For an Oracle source endpoint, the transparent data encryption (TDE) password * required by AWM DMS to access Oracle redo logs encrypted by TDE using Binary * Reader. It is also the TDE_Password part of the * comma-separated value you set to the Password request parameter * when you create the endpoint. The SecurityDbEncryptian setting is * related to this SecurityDbEncryptionName setting. For more * information, see * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline OracleSettings& WithSecurityDbEncryption(const char* value) { SetSecurityDbEncryption(value); return *this;} /** *

For an Oracle source endpoint, the name of a key used for the transparent * data encryption (TDE) of the columns and tablespaces in an Oracle source * database that is encrypted using TDE. The key value is the value of the * SecurityDbEncryption setting. For more information on setting the * key name value of SecurityDbEncryptionName, see the information and * example for setting the securityDbEncryptionName extra connection * attribute in * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline const Aws::String& GetSecurityDbEncryptionName() const{ return m_securityDbEncryptionName; } /** *

For an Oracle source endpoint, the name of a key used for the transparent * data encryption (TDE) of the columns and tablespaces in an Oracle source * database that is encrypted using TDE. The key value is the value of the * SecurityDbEncryption setting. For more information on setting the * key name value of SecurityDbEncryptionName, see the information and * example for setting the securityDbEncryptionName extra connection * attribute in * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline bool SecurityDbEncryptionNameHasBeenSet() const { return m_securityDbEncryptionNameHasBeenSet; } /** *

For an Oracle source endpoint, the name of a key used for the transparent * data encryption (TDE) of the columns and tablespaces in an Oracle source * database that is encrypted using TDE. The key value is the value of the * SecurityDbEncryption setting. For more information on setting the * key name value of SecurityDbEncryptionName, see the information and * example for setting the securityDbEncryptionName extra connection * attribute in * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline void SetSecurityDbEncryptionName(const Aws::String& value) { m_securityDbEncryptionNameHasBeenSet = true; m_securityDbEncryptionName = value; } /** *

For an Oracle source endpoint, the name of a key used for the transparent * data encryption (TDE) of the columns and tablespaces in an Oracle source * database that is encrypted using TDE. The key value is the value of the * SecurityDbEncryption setting. For more information on setting the * key name value of SecurityDbEncryptionName, see the information and * example for setting the securityDbEncryptionName extra connection * attribute in * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline void SetSecurityDbEncryptionName(Aws::String&& value) { m_securityDbEncryptionNameHasBeenSet = true; m_securityDbEncryptionName = std::move(value); } /** *

For an Oracle source endpoint, the name of a key used for the transparent * data encryption (TDE) of the columns and tablespaces in an Oracle source * database that is encrypted using TDE. The key value is the value of the * SecurityDbEncryption setting. For more information on setting the * key name value of SecurityDbEncryptionName, see the information and * example for setting the securityDbEncryptionName extra connection * attribute in * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline void SetSecurityDbEncryptionName(const char* value) { m_securityDbEncryptionNameHasBeenSet = true; m_securityDbEncryptionName.assign(value); } /** *

For an Oracle source endpoint, the name of a key used for the transparent * data encryption (TDE) of the columns and tablespaces in an Oracle source * database that is encrypted using TDE. The key value is the value of the * SecurityDbEncryption setting. For more information on setting the * key name value of SecurityDbEncryptionName, see the information and * example for setting the securityDbEncryptionName extra connection * attribute in * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline OracleSettings& WithSecurityDbEncryptionName(const Aws::String& value) { SetSecurityDbEncryptionName(value); return *this;} /** *

For an Oracle source endpoint, the name of a key used for the transparent * data encryption (TDE) of the columns and tablespaces in an Oracle source * database that is encrypted using TDE. The key value is the value of the * SecurityDbEncryption setting. For more information on setting the * key name value of SecurityDbEncryptionName, see the information and * example for setting the securityDbEncryptionName extra connection * attribute in * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline OracleSettings& WithSecurityDbEncryptionName(Aws::String&& value) { SetSecurityDbEncryptionName(std::move(value)); return *this;} /** *

For an Oracle source endpoint, the name of a key used for the transparent * data encryption (TDE) of the columns and tablespaces in an Oracle source * database that is encrypted using TDE. The key value is the value of the * SecurityDbEncryption setting. For more information on setting the * key name value of SecurityDbEncryptionName, see the information and * example for setting the securityDbEncryptionName extra connection * attribute in * Supported encryption methods for using Oracle as a source for AWS DMS in the * AWS Database Migration Service User Guide.

*/ inline OracleSettings& WithSecurityDbEncryptionName(const char* value) { SetSecurityDbEncryptionName(value); return *this;} /** *

Fully qualified domain name of the endpoint.

*/ inline const Aws::String& GetServerName() const{ return m_serverName; } /** *

Fully qualified domain name of the endpoint.

*/ inline bool ServerNameHasBeenSet() const { return m_serverNameHasBeenSet; } /** *

Fully qualified domain name of the endpoint.

*/ inline void SetServerName(const Aws::String& value) { m_serverNameHasBeenSet = true; m_serverName = value; } /** *

Fully qualified domain name of the endpoint.

*/ inline void SetServerName(Aws::String&& value) { m_serverNameHasBeenSet = true; m_serverName = std::move(value); } /** *

Fully qualified domain name of the endpoint.

*/ inline void SetServerName(const char* value) { m_serverNameHasBeenSet = true; m_serverName.assign(value); } /** *

Fully qualified domain name of the endpoint.

*/ inline OracleSettings& WithServerName(const Aws::String& value) { SetServerName(value); return *this;} /** *

Fully qualified domain name of the endpoint.

*/ inline OracleSettings& WithServerName(Aws::String&& value) { SetServerName(std::move(value)); return *this;} /** *

Fully qualified domain name of the endpoint.

*/ inline OracleSettings& WithServerName(const char* value) { SetServerName(value); return *this;} /** *

Endpoint connection user name.

*/ inline const Aws::String& GetUsername() const{ return m_username; } /** *

Endpoint connection user name.

*/ inline bool UsernameHasBeenSet() const { return m_usernameHasBeenSet; } /** *

Endpoint connection user name.

*/ inline void SetUsername(const Aws::String& value) { m_usernameHasBeenSet = true; m_username = value; } /** *

Endpoint connection user name.

*/ inline void SetUsername(Aws::String&& value) { m_usernameHasBeenSet = true; m_username = std::move(value); } /** *

Endpoint connection user name.

*/ inline void SetUsername(const char* value) { m_usernameHasBeenSet = true; m_username.assign(value); } /** *

Endpoint connection user name.

*/ inline OracleSettings& WithUsername(const Aws::String& value) { SetUsername(value); return *this;} /** *

Endpoint connection user name.

*/ inline OracleSettings& WithUsername(Aws::String&& value) { SetUsername(std::move(value)); return *this;} /** *

Endpoint connection user name.

*/ inline OracleSettings& WithUsername(const char* value) { SetUsername(value); return *this;} private: Aws::String m_asmPassword; bool m_asmPasswordHasBeenSet; Aws::String m_asmServer; bool m_asmServerHasBeenSet; Aws::String m_asmUser; bool m_asmUserHasBeenSet; Aws::String m_databaseName; bool m_databaseNameHasBeenSet; Aws::String m_password; bool m_passwordHasBeenSet; int m_port; bool m_portHasBeenSet; Aws::String m_securityDbEncryption; bool m_securityDbEncryptionHasBeenSet; Aws::String m_securityDbEncryptionName; bool m_securityDbEncryptionNameHasBeenSet; Aws::String m_serverName; bool m_serverNameHasBeenSet; Aws::String m_username; bool m_usernameHasBeenSet; }; } // namespace Model } // namespace DatabaseMigrationService } // namespace Aws