7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename QueryT = Aws::String>
47 void SetQuery(QueryT&& value) { m_queryHasBeenSet =
true; m_query = std::forward<QueryT>(value); }
48 template<
typename QueryT = Aws::String>
58 inline void SetMaxRows(
int value) { m_maxRowsHasBeenSet =
true; m_maxRows = value; }
64 bool m_queryHasBeenSet =
false;
67 bool m_maxRowsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue