7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace DatabaseMigrationService
47 template<
typename ServerIdT = Aws::String>
48 void SetServerId(ServerIdT&& value) { m_serverIdHasBeenSet =
true; m_serverId = std::forward<ServerIdT>(value); }
49 template<
typename ServerIdT = Aws::String>
59 template<
typename IpAddressT = Aws::String>
60 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
61 template<
typename IpAddressT = Aws::String>
71 template<
typename ServerNameT = Aws::String>
72 void SetServerName(ServerNameT&& value) { m_serverNameHasBeenSet =
true; m_serverName = std::forward<ServerNameT>(value); }
73 template<
typename ServerNameT = Aws::String>
79 bool m_serverIdHasBeenSet =
false;
82 bool m_ipAddressHasBeenSet =
false;
85 bool m_serverNameHasBeenSet =
false;
const Aws::String & GetServerName() const
void SetServerName(ServerNameT &&value)
ServerShortInfoResponse & WithIpAddress(IpAddressT &&value)
AWS_DATABASEMIGRATIONSERVICE_API ServerShortInfoResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIpAddress(IpAddressT &&value)
const Aws::String & GetIpAddress() const
ServerShortInfoResponse & WithServerId(ServerIdT &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServerId(ServerIdT &&value)
bool ServerIdHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API ServerShortInfoResponse(Aws::Utils::Json::JsonView jsonValue)
bool ServerNameHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API ServerShortInfoResponse()=default
ServerShortInfoResponse & WithServerName(ServerNameT &&value)
bool IpAddressHasBeenSet() const
const Aws::String & GetServerId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue