7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
9#include <aws/lightsail/model/OriginProtocolPolicyEnum.h>
10#include <aws/lightsail/model/RegionName.h>
46 template <
typename NameT = Aws::String>
48 m_nameHasBeenSet =
true;
49 m_name = std::forward<NameT>(value);
51 template <
typename NameT = Aws::String>
53 SetName(std::forward<NameT>(value));
65 m_regionNameHasBeenSet =
true;
82 m_protocolPolicyHasBeenSet =
true;
83 m_protocolPolicy = value;
101 m_responseTimeoutHasBeenSet =
true;
102 m_responseTimeout = value;
116 int m_responseTimeout{0};
117 bool m_nameHasBeenSet =
false;
118 bool m_regionNameHasBeenSet =
false;
119 bool m_protocolPolicyHasBeenSet =
false;
120 bool m_responseTimeoutHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue