7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace DatabaseMigrationService
49 inline void SetServerId(
const char* value) { m_serverIdHasBeenSet =
true; m_serverId.assign(value); }
63 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
77 inline void SetServerName(
const char* value) { m_serverNameHasBeenSet =
true; m_serverName.assign(value); }
85 bool m_serverIdHasBeenSet =
false;
88 bool m_ipAddressHasBeenSet =
false;
91 bool m_serverNameHasBeenSet =
false;
const Aws::String & GetServerName() const
void SetServerId(Aws::String &&value)
ServerShortInfoResponse & WithServerId(const char *value)
void SetServerName(const Aws::String &value)
void SetIpAddress(const Aws::String &value)
ServerShortInfoResponse & WithServerId(Aws::String &&value)
AWS_DATABASEMIGRATIONSERVICE_API ServerShortInfoResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetServerName(const char *value)
ServerShortInfoResponse & WithIpAddress(const char *value)
void SetIpAddress(const char *value)
AWS_DATABASEMIGRATIONSERVICE_API ServerShortInfoResponse()
const Aws::String & GetIpAddress() const
ServerShortInfoResponse & WithServerId(const Aws::String &value)
void SetServerId(const char *value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServerName(Aws::String &&value)
ServerShortInfoResponse & WithIpAddress(Aws::String &&value)
bool ServerIdHasBeenSet() const
ServerShortInfoResponse & WithIpAddress(const Aws::String &value)
AWS_DATABASEMIGRATIONSERVICE_API ServerShortInfoResponse(Aws::Utils::Json::JsonView jsonValue)
bool ServerNameHasBeenSet() const
ServerShortInfoResponse & WithServerName(Aws::String &&value)
void SetServerId(const Aws::String &value)
ServerShortInfoResponse & WithServerName(const char *value)
bool IpAddressHasBeenSet() const
const Aws::String & GetServerId() const
void SetIpAddress(Aws::String &&value)
ServerShortInfoResponse & WithServerName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue