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/SnapshotFileSheetSelectionScope.h>
44 template <
typename SheetIdT = Aws::String>
46 m_sheetIdHasBeenSet =
true;
47 m_sheetId = std::forward<SheetIdT>(value);
49 template <
typename SheetIdT = Aws::String>
69 m_selectionScopeHasBeenSet =
true;
70 m_selectionScope = value;
89 template <
typename VisualIdsT = Aws::Vector<Aws::String>>
91 m_visualIdsHasBeenSet =
true;
92 m_visualIds = std::forward<VisualIdsT>(value);
94 template <
typename VisualIdsT = Aws::Vector<Aws::String>>
99 template <
typename VisualIdsT = Aws::String>
101 m_visualIdsHasBeenSet =
true;
102 m_visualIds.emplace_back(std::forward<VisualIdsT>(value));
112 bool m_sheetIdHasBeenSet =
false;
113 bool m_selectionScopeHasBeenSet =
false;
114 bool m_visualIdsHasBeenSet =
false;
AWS_QUICKSIGHT_API SnapshotFileSheetSelection(Aws::Utils::Json::JsonView jsonValue)
SnapshotFileSheetSelection & AddVisualIds(VisualIdsT &&value)
bool VisualIdsHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetVisualIds() const
AWS_QUICKSIGHT_API SnapshotFileSheetSelection & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SelectionScopeHasBeenSet() const
void SetVisualIds(VisualIdsT &&value)
SnapshotFileSheetSelection & WithSheetId(SheetIdT &&value)
void SetSelectionScope(SnapshotFileSheetSelectionScope value)
SnapshotFileSheetSelectionScope GetSelectionScope() const
const Aws::String & GetSheetId() const
void SetSheetId(SheetIdT &&value)
AWS_QUICKSIGHT_API SnapshotFileSheetSelection()=default
bool SheetIdHasBeenSet() const
SnapshotFileSheetSelection & WithSelectionScope(SnapshotFileSheetSelectionScope value)
SnapshotFileSheetSelection & WithVisualIds(VisualIdsT &&value)
SnapshotFileSheetSelectionScope
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue