7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
40 template <
typename FqdnT = Aws::String>
42 m_fqdnHasBeenSet =
true;
43 m_fqdn = std::forward<FqdnT>(value);
45 template <
typename FqdnT = Aws::String>
47 SetFqdn(std::forward<FqdnT>(value));
58 template <
typename HostnameT = Aws::String>
60 m_hostnameHasBeenSet =
true;
61 m_hostname = std::forward<HostnameT>(value);
63 template <
typename HostnameT = Aws::String>
76 template <
typename VmWareUu
idT = Aws::String>
78 m_vmWareUuidHasBeenSet =
true;
79 m_vmWareUuid = std::forward<VmWareUuidT>(value);
81 template <
typename VmWareUu
idT = Aws::String>
94 template <
typename AwsInstanceIDT = Aws::String>
96 m_awsInstanceIDHasBeenSet =
true;
97 m_awsInstanceID = std::forward<AwsInstanceIDT>(value);
99 template <
typename AwsInstanceIDT = Aws::String>
112 template <
typename VmPathT = Aws::String>
114 m_vmPathHasBeenSet =
true;
115 m_vmPath = std::forward<VmPathT>(value);
117 template <
typename VmPathT = Aws::String>
133 bool m_fqdnHasBeenSet =
false;
134 bool m_hostnameHasBeenSet =
false;
135 bool m_vmWareUuidHasBeenSet =
false;
136 bool m_awsInstanceIDHasBeenSet =
false;
137 bool m_vmPathHasBeenSet =
false;
IdentificationHints & WithVmPath(VmPathT &&value)
bool VmPathHasBeenSet() const
const Aws::String & GetFqdn() const
bool FqdnHasBeenSet() const
const Aws::String & GetHostname() const
void SetFqdn(FqdnT &&value)
IdentificationHints & WithFqdn(FqdnT &&value)
void SetHostname(HostnameT &&value)
const Aws::String & GetVmWareUuid() const
IdentificationHints & WithAwsInstanceID(AwsInstanceIDT &&value)
const Aws::String & GetVmPath() const
bool VmWareUuidHasBeenSet() const
AWS_MGN_API IdentificationHints & operator=(Aws::Utils::Json::JsonView jsonValue)
IdentificationHints & WithVmWareUuid(VmWareUuidT &&value)
void SetVmPath(VmPathT &&value)
void SetVmWareUuid(VmWareUuidT &&value)
AWS_MGN_API IdentificationHints()=default
bool AwsInstanceIDHasBeenSet() const
bool HostnameHasBeenSet() const
AWS_MGN_API IdentificationHints(Aws::Utils::Json::JsonView jsonValue)
void SetAwsInstanceID(AwsInstanceIDT &&value)
const Aws::String & GetAwsInstanceID() const
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
IdentificationHints & WithHostname(HostnameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue