7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mgn/Mgn_EXPORTS.h>
41 template <
typename VcenterClientIDT = Aws::String>
43 m_vcenterClientIDHasBeenSet =
true;
44 m_vcenterClientID = std::forward<VcenterClientIDT>(value);
46 template <
typename VcenterClientIDT = Aws::String>
59 template <
typename ArnT = Aws::String>
61 m_arnHasBeenSet =
true;
62 m_arn = std::forward<ArnT>(value);
64 template <
typename ArnT = Aws::String>
66 SetArn(std::forward<ArnT>(value));
77 template <
typename HostnameT = Aws::String>
79 m_hostnameHasBeenSet =
true;
80 m_hostname = std::forward<HostnameT>(value);
82 template <
typename HostnameT = Aws::String>
95 template <
typename VcenterUUIDT = Aws::String>
97 m_vcenterUUIDHasBeenSet =
true;
98 m_vcenterUUID = std::forward<VcenterUUIDT>(value);
100 template <
typename VcenterUUIDT = Aws::String>
113 template <
typename DatacenterNameT = Aws::String>
115 m_datacenterNameHasBeenSet =
true;
116 m_datacenterName = std::forward<DatacenterNameT>(value);
118 template <
typename DatacenterNameT = Aws::String>
131 template <
typename LastSeenDatetimeT = Aws::String>
133 m_lastSeenDatetimeHasBeenSet =
true;
134 m_lastSeenDatetime = std::forward<LastSeenDatetimeT>(value);
136 template <
typename LastSeenDatetimeT = Aws::String>
149 template <
typename SourceServerTagsT = Aws::Map<Aws::String, Aws::String>>
151 m_sourceServerTagsHasBeenSet =
true;
152 m_sourceServerTags = std::forward<SourceServerTagsT>(value);
154 template <
typename SourceServerTagsT = Aws::Map<Aws::String, Aws::String>>
159 template <
typename SourceServerTagsKeyT = Aws::String,
typename SourceServerTagsValueT = Aws::String>
161 m_sourceServerTagsHasBeenSet =
true;
162 m_sourceServerTags.emplace(std::forward<SourceServerTagsKeyT>(key), std::forward<SourceServerTagsValueT>(value));
173 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
175 m_tagsHasBeenSet =
true;
176 m_tags = std::forward<TagsT>(value);
178 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
180 SetTags(std::forward<TagsT>(value));
183 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
185 m_tagsHasBeenSet =
true;
186 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
206 bool m_vcenterClientIDHasBeenSet =
false;
207 bool m_arnHasBeenSet =
false;
208 bool m_hostnameHasBeenSet =
false;
209 bool m_vcenterUUIDHasBeenSet =
false;
210 bool m_datacenterNameHasBeenSet =
false;
211 bool m_lastSeenDatetimeHasBeenSet =
false;
212 bool m_sourceServerTagsHasBeenSet =
false;
213 bool m_tagsHasBeenSet =
false;
const Aws::String & GetHostname() const
VcenterClient & WithSourceServerTags(SourceServerTagsT &&value)
bool VcenterUUIDHasBeenSet() const
VcenterClient & WithHostname(HostnameT &&value)
const Aws::String & GetArn() const
VcenterClient & WithArn(ArnT &&value)
const Aws::String & GetVcenterClientID() const
const Aws::Map< Aws::String, Aws::String > & GetSourceServerTags() const
AWS_MGN_API VcenterClient & operator=(Aws::Utils::Json::JsonView jsonValue)
VcenterClient & WithLastSeenDatetime(LastSeenDatetimeT &&value)
VcenterClient & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetVcenterClientID(VcenterClientIDT &&value)
VcenterClient & WithVcenterUUID(VcenterUUIDT &&value)
void SetLastSeenDatetime(LastSeenDatetimeT &&value)
bool LastSeenDatetimeHasBeenSet() const
void SetVcenterUUID(VcenterUUIDT &&value)
void SetHostname(HostnameT &&value)
AWS_MGN_API VcenterClient(Aws::Utils::Json::JsonView jsonValue)
bool VcenterClientIDHasBeenSet() const
bool DatacenterNameHasBeenSet() const
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
bool HostnameHasBeenSet() const
VcenterClient & WithDatacenterName(DatacenterNameT &&value)
void SetDatacenterName(DatacenterNameT &&value)
const Aws::String & GetDatacenterName() const
VcenterClient & WithVcenterClientID(VcenterClientIDT &&value)
AWS_MGN_API VcenterClient()=default
const Aws::String & GetLastSeenDatetime() const
void SetSourceServerTags(SourceServerTagsT &&value)
bool TagsHasBeenSet() const
VcenterClient & AddSourceServerTags(SourceServerTagsKeyT &&key, SourceServerTagsValueT &&value)
bool SourceServerTagsHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetTags(TagsT &&value)
const Aws::String & GetVcenterUUID() const
void SetArn(ArnT &&value)
VcenterClient & WithTags(TagsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue