7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetOption(
bool value) { m_optionHasBeenSet =
true; m_option = value; }
66 template<
typename QueryStringsAllowListT = Aws::Vector<Aws::String>>
67 void SetQueryStringsAllowList(QueryStringsAllowListT&& value) { m_queryStringsAllowListHasBeenSet =
true; m_queryStringsAllowList = std::forward<QueryStringsAllowListT>(value); }
68 template<
typename QueryStringsAllowListT = Aws::Vector<Aws::String>>
70 template<
typename QueryStringsAllowListT = Aws::String>
71 QueryStringObject&
AddQueryStringsAllowList(QueryStringsAllowListT&& value) { m_queryStringsAllowListHasBeenSet =
true; m_queryStringsAllowList.emplace_back(std::forward<QueryStringsAllowListT>(value));
return *
this; }
76 bool m_optionHasBeenSet =
false;
79 bool m_queryStringsAllowListHasBeenSet =
false;
bool OptionHasBeenSet() const
void SetQueryStringsAllowList(QueryStringsAllowListT &&value)
QueryStringObject & WithQueryStringsAllowList(QueryStringsAllowListT &&value)
AWS_LIGHTSAIL_API QueryStringObject & operator=(Aws::Utils::Json::JsonView jsonValue)
QueryStringObject & AddQueryStringsAllowList(QueryStringsAllowListT &&value)
void SetOption(bool value)
QueryStringObject & WithOption(bool value)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetQueryStringsAllowList() const
AWS_LIGHTSAIL_API QueryStringObject(Aws::Utils::Json::JsonView jsonValue)
AWS_LIGHTSAIL_API QueryStringObject()=default
bool QueryStringsAllowListHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue