7#include <aws/sms/SMS_EXPORTS.h>
8#include <aws/sms/model/VmServerAddress.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sms/model/VmManagerType.h>
48 template<
typename VmServerAddressT = VmServerAddress>
49 void SetVmServerAddress(VmServerAddressT&& value) { m_vmServerAddressHasBeenSet =
true; m_vmServerAddress = std::forward<VmServerAddressT>(value); }
50 template<
typename VmServerAddressT = VmServerAddress>
60 template<
typename VmNameT = Aws::String>
61 void SetVmName(VmNameT&& value) { m_vmNameHasBeenSet =
true; m_vmName = std::forward<VmNameT>(value); }
62 template<
typename VmNameT = Aws::String>
72 template<
typename VmManagerNameT = Aws::String>
73 void SetVmManagerName(VmManagerNameT&& value) { m_vmManagerNameHasBeenSet =
true; m_vmManagerName = std::forward<VmManagerNameT>(value); }
74 template<
typename VmManagerNameT = Aws::String>
94 template<
typename VmPathT = Aws::String>
95 void SetVmPath(VmPathT&& value) { m_vmPathHasBeenSet =
true; m_vmPath = std::forward<VmPathT>(value); }
96 template<
typename VmPathT = Aws::String>
102 bool m_vmServerAddressHasBeenSet =
false;
105 bool m_vmNameHasBeenSet =
false;
108 bool m_vmManagerNameHasBeenSet =
false;
111 bool m_vmManagerTypeHasBeenSet =
false;
114 bool m_vmPathHasBeenSet =
false;
AWS_SMS_API VmServer()=default
bool VmManagerNameHasBeenSet() const
bool VmNameHasBeenSet() const
const Aws::String & GetVmManagerName() const
VmServer & WithVmName(VmNameT &&value)
VmServer & WithVmManagerName(VmManagerNameT &&value)
const Aws::String & GetVmPath() const
VmServer & WithVmManagerType(VmManagerType value)
bool VmServerAddressHasBeenSet() const
AWS_SMS_API VmServer & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SMS_API VmServer(Aws::Utils::Json::JsonView jsonValue)
bool VmManagerTypeHasBeenSet() const
const Aws::String & GetVmName() const
void SetVmManagerType(VmManagerType value)
void SetVmName(VmNameT &&value)
VmManagerType GetVmManagerType() const
void SetVmManagerName(VmManagerNameT &&value)
void SetVmServerAddress(VmServerAddressT &&value)
const VmServerAddress & GetVmServerAddress() const
void SetVmPath(VmPathT &&value)
AWS_SMS_API Aws::Utils::Json::JsonValue Jsonize() const
VmServer & WithVmPath(VmPathT &&value)
VmServer & WithVmServerAddress(VmServerAddressT &&value)
bool VmPathHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue