7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
10#include <aws/lightsail/model/ForwardValues.h>
50 m_optionHasBeenSet =
true;
65 template <
typename CookiesAllowListT = Aws::Vector<Aws::String>>
67 m_cookiesAllowListHasBeenSet =
true;
68 m_cookiesAllowList = std::forward<CookiesAllowListT>(value);
70 template <
typename CookiesAllowListT = Aws::Vector<Aws::String>>
75 template <
typename CookiesAllowListT = Aws::String>
77 m_cookiesAllowListHasBeenSet =
true;
78 m_cookiesAllowList.emplace_back(std::forward<CookiesAllowListT>(value));
84 bool m_optionHasBeenSet =
false;
87 bool m_cookiesAllowListHasBeenSet =
false;
CookieObject & AddCookiesAllowList(CookiesAllowListT &&value)
void SetOption(ForwardValues value)
const Aws::Vector< Aws::String > & GetCookiesAllowList() const
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LIGHTSAIL_API CookieObject & operator=(Aws::Utils::Json::JsonView jsonValue)
CookieObject & WithOption(ForwardValues value)
ForwardValues GetOption() const
AWS_LIGHTSAIL_API CookieObject(Aws::Utils::Json::JsonView jsonValue)
bool OptionHasBeenSet() const
void SetCookiesAllowList(CookiesAllowListT &&value)
bool CookiesAllowListHasBeenSet() const
AWS_LIGHTSAIL_API CookieObject()=default
CookieObject & WithCookiesAllowList(CookiesAllowListT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue