7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/FilterVisualScope.h>
42 template <
typename SheetIdT = Aws::String>
44 m_sheetIdHasBeenSet =
true;
45 m_sheetId = std::forward<SheetIdT>(value);
47 template <
typename SheetIdT = Aws::String>
63 m_scopeHasBeenSet =
true;
78 template <
typename VisualIdsT = Aws::Vector<Aws::String>>
80 m_visualIdsHasBeenSet =
true;
81 m_visualIds = std::forward<VisualIdsT>(value);
83 template <
typename VisualIdsT = Aws::Vector<Aws::String>>
88 template <
typename VisualIdsT = Aws::String>
90 m_visualIdsHasBeenSet =
true;
91 m_visualIds.emplace_back(std::forward<VisualIdsT>(value));
101 bool m_sheetIdHasBeenSet =
false;
102 bool m_scopeHasBeenSet =
false;
103 bool m_visualIdsHasBeenSet =
false;
void SetSheetId(SheetIdT &&value)
AWS_QUICKSIGHT_API SheetVisualScopingConfiguration()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVisualIds(VisualIdsT &&value)
SheetVisualScopingConfiguration & WithSheetId(SheetIdT &&value)
SheetVisualScopingConfiguration & WithVisualIds(VisualIdsT &&value)
SheetVisualScopingConfiguration & WithScope(FilterVisualScope value)
FilterVisualScope GetScope() const
SheetVisualScopingConfiguration & AddVisualIds(VisualIdsT &&value)
void SetScope(FilterVisualScope value)
bool SheetIdHasBeenSet() const
bool ScopeHasBeenSet() const
bool VisualIdsHasBeenSet() const
const Aws::String & GetSheetId() const
AWS_QUICKSIGHT_API SheetVisualScopingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetVisualIds() const
AWS_QUICKSIGHT_API SheetVisualScopingConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue