7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/model/ForwardValues.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
65 template<
typename CookiesAllowListT = Aws::Vector<Aws::String>>
66 void SetCookiesAllowList(CookiesAllowListT&& value) { m_cookiesAllowListHasBeenSet =
true; m_cookiesAllowList = std::forward<CookiesAllowListT>(value); }
67 template<
typename CookiesAllowListT = Aws::Vector<Aws::String>>
69 template<
typename CookiesAllowListT = Aws::String>
70 CookieObject&
AddCookiesAllowList(CookiesAllowListT&& value) { m_cookiesAllowListHasBeenSet =
true; m_cookiesAllowList.emplace_back(std::forward<CookiesAllowListT>(value));
return *
this; }
75 bool m_optionHasBeenSet =
false;
78 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