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>
78 bool m_optionHasBeenSet =
false;
81 bool m_cookiesAllowListHasBeenSet =
false;
CookieObject & WithCookiesAllowList(Aws::Vector< Aws::String > &&value)
CookieObject & WithCookiesAllowList(const Aws::Vector< Aws::String > &value)
const ForwardValues & GetOption() const
CookieObject & AddCookiesAllowList(const Aws::String &value)
CookieObject & WithOption(ForwardValues &&value)
const Aws::Vector< Aws::String > & GetCookiesAllowList() const
AWS_LIGHTSAIL_API CookieObject()
CookieObject & WithOption(const ForwardValues &value)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LIGHTSAIL_API CookieObject & operator=(Aws::Utils::Json::JsonView jsonValue)
CookieObject & AddCookiesAllowList(const char *value)
AWS_LIGHTSAIL_API CookieObject(Aws::Utils::Json::JsonView jsonValue)
CookieObject & AddCookiesAllowList(Aws::String &&value)
void SetOption(ForwardValues &&value)
bool OptionHasBeenSet() const
void SetCookiesAllowList(const Aws::Vector< Aws::String > &value)
void SetOption(const ForwardValues &value)
void SetCookiesAllowList(Aws::Vector< Aws::String > &&value)
bool CookiesAllowListHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue