7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/SnapshotFileFormatType.h>
10#include <aws/quicksight/model/SnapshotFileSheetSelection.h>
48 template <
typename SheetSelectionsT = Aws::Vector<SnapshotFileSheetSelection>>
50 m_sheetSelectionsHasBeenSet =
true;
51 m_sheetSelections = std::forward<SheetSelectionsT>(value);
53 template <
typename SheetSelectionsT = Aws::Vector<SnapshotFileSheetSelection>>
58 template <
typename SheetSelectionsT = SnapshotFileSheetSelection>
60 m_sheetSelectionsHasBeenSet =
true;
61 m_sheetSelections.emplace_back(std::forward<SheetSelectionsT>(value));
74 m_formatTypeHasBeenSet =
true;
86 bool m_sheetSelectionsHasBeenSet =
false;
87 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