7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/model/SnapshotFileFormatType.h>
10#include <aws/quicksight/model/SnapshotFileSheetSelection.h>
54 template<
typename SheetSelectionsT = Aws::Vector<SnapshotFileSheetSelection>>
55 void SetSheetSelections(SheetSelectionsT&& value) { m_sheetSelectionsHasBeenSet =
true; m_sheetSelections = std::forward<SheetSelectionsT>(value); }
56 template<
typename SheetSelectionsT = Aws::Vector<SnapshotFileSheetSelection>>
58 template<
typename SheetSelectionsT = SnapshotFileSheetSelection>
59 SnapshotFile&
AddSheetSelections(SheetSelectionsT&& value) { m_sheetSelectionsHasBeenSet =
true; m_sheetSelections.emplace_back(std::forward<SheetSelectionsT>(value));
return *
this; }
75 bool m_sheetSelectionsHasBeenSet =
false;
78 bool m_formatTypeHasBeenSet =
false;
SnapshotFile & AddSheetSelections(SheetSelectionsT &&value)
AWS_QUICKSIGHT_API SnapshotFile(Aws::Utils::Json::JsonView jsonValue)
bool FormatTypeHasBeenSet() const
SnapshotFile & WithFormatType(SnapshotFileFormatType value)
void SetSheetSelections(SheetSelectionsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API SnapshotFile & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SnapshotFileSheetSelection > & GetSheetSelections() const
bool SheetSelectionsHasBeenSet() const
void SetFormatType(SnapshotFileFormatType value)
SnapshotFile & WithSheetSelections(SheetSelectionsT &&value)
SnapshotFileFormatType GetFormatType() const
AWS_QUICKSIGHT_API SnapshotFile()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue