7#include <aws/sms/SMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sms/model/ServerType.h>
10#include <aws/sms/model/VmServer.h>
50 inline void SetServerId(
const char* value) { m_serverIdHasBeenSet =
true; m_serverId.assign(value); }
75 inline void SetVmServer(
VmServer&& value) { m_vmServerHasBeenSet =
true; m_vmServer = std::move(value); }
88 inline void SetReplicationJobId(
const char* value) { m_replicationJobIdHasBeenSet =
true; m_replicationJobId.assign(value); }
106 bool m_serverIdHasBeenSet =
false;
109 bool m_serverTypeHasBeenSet =
false;
112 bool m_vmServerHasBeenSet =
false;
115 bool m_replicationJobIdHasBeenSet =
false;
117 bool m_replicationJobTerminated;
118 bool m_replicationJobTerminatedHasBeenSet =
false;
bool VmServerHasBeenSet() const
const Aws::String & GetReplicationJobId() const
Server & WithReplicationJobId(const char *value)
void SetVmServer(VmServer &&value)
AWS_SMS_API Server(Aws::Utils::Json::JsonView jsonValue)
void SetReplicationJobTerminated(bool value)
AWS_SMS_API Server & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GetReplicationJobTerminated() const
void SetServerType(const ServerType &value)
bool ServerTypeHasBeenSet() const
const Aws::String & GetServerId() const
Server & WithServerId(const char *value)
AWS_SMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVmServer(const VmServer &value)
void SetReplicationJobId(Aws::String &&value)
const VmServer & GetVmServer() const
Server & WithReplicationJobTerminated(bool value)
void SetServerId(const char *value)
bool ServerIdHasBeenSet() const
Server & WithServerId(const Aws::String &value)
Server & WithReplicationJobId(Aws::String &&value)
void SetServerId(const Aws::String &value)
void SetReplicationJobId(const char *value)
Server & WithReplicationJobId(const Aws::String &value)
bool ReplicationJobIdHasBeenSet() const
const ServerType & GetServerType() const
Server & WithServerType(const ServerType &value)
void SetServerType(ServerType &&value)
Server & WithVmServer(const VmServer &value)
Server & WithServerId(Aws::String &&value)
bool ReplicationJobTerminatedHasBeenSet() const
Server & WithVmServer(VmServer &&value)
void SetServerId(Aws::String &&value)
void SetReplicationJobId(const Aws::String &value)
Server & WithServerType(ServerType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue