7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lightsail/model/ContactMethodStatus.h>
10#include <aws/lightsail/model/ContactProtocol.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/lightsail/model/ResourceLocation.h>
13#include <aws/lightsail/model/ResourceType.h>
55 template<
typename ContactEndpo
intT = Aws::String>
56 void SetContactEndpoint(ContactEndpointT&& value) { m_contactEndpointHasBeenSet =
true; m_contactEndpoint = std::forward<ContactEndpointT>(value); }
57 template<
typename ContactEndpo
intT = Aws::String>
93 template<
typename NameT = Aws::String>
94 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
95 template<
typename NameT = Aws::String>
105 template<
typename ArnT = Aws::String>
106 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
107 template<
typename ArnT = Aws::String>
117 template<
typename CreatedAtT = Aws::Utils::DateTime>
118 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
119 template<
typename CreatedAtT = Aws::Utils::DateTime>
130 template<
typename LocationT = ResourceLocation>
131 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
132 template<
typename LocationT = ResourceLocation>
154 template<
typename SupportCodeT = Aws::String>
155 void SetSupportCode(SupportCodeT&& value) { m_supportCodeHasBeenSet =
true; m_supportCode = std::forward<SupportCodeT>(value); }
156 template<
typename SupportCodeT = Aws::String>
162 bool m_contactEndpointHasBeenSet =
false;
165 bool m_statusHasBeenSet =
false;
168 bool m_protocolHasBeenSet =
false;
171 bool m_nameHasBeenSet =
false;
174 bool m_arnHasBeenSet =
false;
177 bool m_createdAtHasBeenSet =
false;
179 ResourceLocation m_location;
180 bool m_locationHasBeenSet =
false;
183 bool m_resourceTypeHasBeenSet =
false;
186 bool m_supportCodeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue