7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/SnapshotFileSheetSelectionScope.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
50 template<
typename SheetIdT = Aws::String>
51 void SetSheetId(SheetIdT&& value) { m_sheetIdHasBeenSet =
true; m_sheetId = std::forward<SheetIdT>(value); }
52 template<
typename SheetIdT = Aws::String>
83 template<
typename VisualIdsT = Aws::Vector<Aws::String>>
84 void SetVisualIds(VisualIdsT&& value) { m_visualIdsHasBeenSet =
true; m_visualIds = std::forward<VisualIdsT>(value); }
85 template<
typename VisualIdsT = Aws::Vector<Aws::String>>
87 template<
typename VisualIdsT = Aws::String>
93 bool m_sheetIdHasBeenSet =
false;
96 bool m_selectionScopeHasBeenSet =
false;
99 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