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>
57 inline void SetContactEndpoint(
const char* value) { m_contactEndpointHasBeenSet =
true; m_contactEndpoint.assign(value); }
101 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
115 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
168 inline void SetSupportCode(
const char* value) { m_supportCodeHasBeenSet =
true; m_supportCode.assign(value); }
176 bool m_contactEndpointHasBeenSet =
false;
179 bool m_statusHasBeenSet =
false;
182 bool m_protocolHasBeenSet =
false;
185 bool m_nameHasBeenSet =
false;
188 bool m_arnHasBeenSet =
false;
191 bool m_createdAtHasBeenSet =
false;
194 bool m_locationHasBeenSet =
false;
197 bool m_resourceTypeHasBeenSet =
false;
200 bool m_supportCodeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue