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>
47 m_optionHasBeenSet =
true;
66 template <
typename QueryStringsAllowListT = Aws::Vector<Aws::String>>
68 m_queryStringsAllowListHasBeenSet =
true;
69 m_queryStringsAllowList = std::forward<QueryStringsAllowListT>(value);
71 template <
typename QueryStringsAllowListT = Aws::Vector<Aws::String>>
76 template <
typename QueryStringsAllowListT = Aws::String>
78 m_queryStringsAllowListHasBeenSet =
true;
79 m_queryStringsAllowList.emplace_back(std::forward<QueryStringsAllowListT>(value));
87 bool m_optionHasBeenSet =
false;
88 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