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>
52 inline void SetSheetId(
const char* value) { m_sheetIdHasBeenSet =
true; m_sheetId.assign(value); }
98 bool m_sheetIdHasBeenSet =
false;
101 bool m_selectionScopeHasBeenSet =
false;
104 bool m_visualIdsHasBeenSet =
false;
AWS_QUICKSIGHT_API SnapshotFileSheetSelection(Aws::Utils::Json::JsonView jsonValue)
SnapshotFileSheetSelection & WithSelectionScope(const SnapshotFileSheetSelectionScope &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 SetSheetId(const Aws::String &value)
SnapshotFileSheetSelection & WithSheetId(const Aws::String &value)
const SnapshotFileSheetSelectionScope & GetSelectionScope() const
SnapshotFileSheetSelection & WithVisualIds(const Aws::Vector< Aws::String > &value)
SnapshotFileSheetSelection & WithVisualIds(Aws::Vector< Aws::String > &&value)
void SetVisualIds(Aws::Vector< Aws::String > &&value)
SnapshotFileSheetSelection & WithSelectionScope(SnapshotFileSheetSelectionScope &&value)
const Aws::String & GetSheetId() const
SnapshotFileSheetSelection & AddVisualIds(const char *value)
void SetSheetId(Aws::String &&value)
void SetSelectionScope(SnapshotFileSheetSelectionScope &&value)
AWS_QUICKSIGHT_API SnapshotFileSheetSelection()
SnapshotFileSheetSelection & WithSheetId(const char *value)
void SetSheetId(const char *value)
void SetVisualIds(const Aws::Vector< Aws::String > &value)
bool SheetIdHasBeenSet() const
SnapshotFileSheetSelection & WithSheetId(Aws::String &&value)
SnapshotFileSheetSelection & AddVisualIds(const Aws::String &value)
void SetSelectionScope(const SnapshotFileSheetSelectionScope &value)
SnapshotFileSheetSelection & AddVisualIds(Aws::String &&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