7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lightsail/Lightsail_EXPORTS.h>
11#include <aws/lightsail/model/ContactMethodStatus.h>
12#include <aws/lightsail/model/ContactProtocol.h>
13#include <aws/lightsail/model/ResourceLocation.h>
14#include <aws/lightsail/model/ResourceType.h>
15#include <aws/lightsail/model/Tag.h>
51 template <
typename ContactEndpo
intT = Aws::String>
53 m_contactEndpointHasBeenSet =
true;
54 m_contactEndpoint = std::forward<ContactEndpointT>(value);
56 template <
typename ContactEndpo
intT = Aws::String>
75 m_statusHasBeenSet =
true;
92 m_protocolHasBeenSet =
true;
107 template <
typename NameT = Aws::String>
109 m_nameHasBeenSet =
true;
110 m_name = std::forward<NameT>(value);
112 template <
typename NameT = Aws::String>
114 SetName(std::forward<NameT>(value));
125 template <
typename ArnT = Aws::String>
127 m_arnHasBeenSet =
true;
128 m_arn = std::forward<ArnT>(value);
130 template <
typename ArnT = Aws::String>
132 SetArn(std::forward<ArnT>(value));
143 template <
typename CreatedAtT = Aws::Utils::DateTime>
145 m_createdAtHasBeenSet =
true;
146 m_createdAt = std::forward<CreatedAtT>(value);
148 template <
typename CreatedAtT = Aws::Utils::DateTime>
162 template <
typename LocationT = ResourceLocation>
164 m_locationHasBeenSet =
true;
165 m_location = std::forward<LocationT>(value);
167 template <
typename LocationT = ResourceLocation>
181 m_resourceTypeHasBeenSet =
true;
182 m_resourceType = value;
198 template <
typename SupportCodeT = Aws::String>
200 m_supportCodeHasBeenSet =
true;
201 m_supportCode = std::forward<SupportCodeT>(value);
203 template <
typename SupportCodeT = Aws::String>
219 template <
typename TagsT = Aws::Vector<Tag>>
221 m_tagsHasBeenSet =
true;
222 m_tags = std::forward<TagsT>(value);
224 template <
typename TagsT = Aws::Vector<Tag>>
226 SetTags(std::forward<TagsT>(value));
229 template <
typename TagsT = Tag>
231 m_tagsHasBeenSet =
true;
232 m_tags.emplace_back(std::forward<TagsT>(value));
249 ResourceLocation m_location;
256 bool m_contactEndpointHasBeenSet =
false;
257 bool m_statusHasBeenSet =
false;
258 bool m_protocolHasBeenSet =
false;
259 bool m_nameHasBeenSet =
false;
260 bool m_arnHasBeenSet =
false;
261 bool m_createdAtHasBeenSet =
false;
262 bool m_locationHasBeenSet =
false;
263 bool m_resourceTypeHasBeenSet =
false;
264 bool m_supportCodeHasBeenSet =
false;
265 bool m_tagsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue