7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
9#include <aws/lightsail/model/OriginIpAddressTypeEnum.h>
10#include <aws/lightsail/model/OriginProtocolPolicyEnum.h>
11#include <aws/lightsail/model/RegionName.h>
47 template <
typename NameT = Aws::String>
49 m_nameHasBeenSet =
true;
50 m_name = std::forward<NameT>(value);
52 template <
typename NameT = Aws::String>
54 SetName(std::forward<NameT>(value));
66 m_regionNameHasBeenSet =
true;
83 m_protocolPolicyHasBeenSet =
true;
84 m_protocolPolicy = value;
102 m_responseTimeoutHasBeenSet =
true;
103 m_responseTimeout = value;
121 m_ipAddressTypeHasBeenSet =
true;
122 m_ipAddressType = value;
136 int m_responseTimeout{0};
139 bool m_nameHasBeenSet =
false;
140 bool m_regionNameHasBeenSet =
false;
141 bool m_protocolPolicyHasBeenSet =
false;
142 bool m_responseTimeoutHasBeenSet =
false;
143 bool m_ipAddressTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue