7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lightsail/model/RegionName.h>
10#include <aws/lightsail/model/OriginProtocolPolicyEnum.h>
52 template<
typename NameT = Aws::String>
53 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
88 inline void SetResponseTimeout(
int value) { m_responseTimeoutHasBeenSet =
true; m_responseTimeout = value; }
94 bool m_nameHasBeenSet =
false;
97 bool m_regionNameHasBeenSet =
false;
100 bool m_protocolPolicyHasBeenSet =
false;
102 int m_responseTimeout{0};
103 bool m_responseTimeoutHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue