7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/drs/Drs_EXPORTS.h>
40 template <
typename AwsInstanceIDT = Aws::String>
42 m_awsInstanceIDHasBeenSet =
true;
43 m_awsInstanceID = std::forward<AwsInstanceIDT>(value);
45 template <
typename AwsInstanceIDT = Aws::String>
58 template <
typename FqdnT = Aws::String>
60 m_fqdnHasBeenSet =
true;
61 m_fqdn = std::forward<FqdnT>(value);
63 template <
typename FqdnT = Aws::String>
65 SetFqdn(std::forward<FqdnT>(value));
76 template <
typename HostnameT = Aws::String>
78 m_hostnameHasBeenSet =
true;
79 m_hostname = std::forward<HostnameT>(value);
81 template <
typename HostnameT = Aws::String>
94 template <
typename VmWareUu
idT = Aws::String>
96 m_vmWareUuidHasBeenSet =
true;
97 m_vmWareUuid = std::forward<VmWareUuidT>(value);
99 template <
typename VmWareUu
idT = Aws::String>
113 bool m_awsInstanceIDHasBeenSet =
false;
114 bool m_fqdnHasBeenSet =
false;
115 bool m_hostnameHasBeenSet =
false;
116 bool m_vmWareUuidHasBeenSet =
false;
IdentificationHints & WithAwsInstanceID(AwsInstanceIDT &&value)
IdentificationHints & WithHostname(HostnameT &&value)
AWS_DRS_API IdentificationHints(Aws::Utils::Json::JsonView jsonValue)
void SetVmWareUuid(VmWareUuidT &&value)
AWS_DRS_API IdentificationHints & operator=(Aws::Utils::Json::JsonView jsonValue)
IdentificationHints & WithVmWareUuid(VmWareUuidT &&value)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAwsInstanceID(AwsInstanceIDT &&value)
AWS_DRS_API IdentificationHints()=default
void SetFqdn(FqdnT &&value)
IdentificationHints & WithFqdn(FqdnT &&value)
bool FqdnHasBeenSet() const
bool VmWareUuidHasBeenSet() const
bool HostnameHasBeenSet() const
const Aws::String & GetAwsInstanceID() const
const Aws::String & GetVmWareUuid() const
const Aws::String & GetHostname() const
const Aws::String & GetFqdn() const
bool AwsInstanceIDHasBeenSet() const
void SetHostname(HostnameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue