7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
19namespace DatabaseMigrationService {
41 template <
typename ServerIdT = Aws::String>
43 m_serverIdHasBeenSet =
true;
44 m_serverId = std::forward<ServerIdT>(value);
46 template <
typename ServerIdT = Aws::String>
59 template <
typename IpAddressT = Aws::String>
61 m_ipAddressHasBeenSet =
true;
62 m_ipAddress = std::forward<IpAddressT>(value);
64 template <
typename IpAddressT = Aws::String>
77 template <
typename ServerNameT = Aws::String>
79 m_serverNameHasBeenSet =
true;
80 m_serverName = std::forward<ServerNameT>(value);
82 template <
typename ServerNameT = Aws::String>
94 bool m_serverIdHasBeenSet =
false;
95 bool m_ipAddressHasBeenSet =
false;
96 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