7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/model/SnapshotFile.h>
50 template<
typename FilesT = Aws::Vector<SnapshotFile>>
51 void SetFiles(FilesT&& value) { m_filesHasBeenSet =
true; m_files = std::forward<FilesT>(value); }
52 template<
typename FilesT = Aws::Vector<SnapshotFile>>
54 template<
typename FilesT = SnapshotFile>
55 SnapshotFileGroup&
AddFiles(FilesT&& value) { m_filesHasBeenSet =
true; m_files.emplace_back(std::forward<FilesT>(value));
return *
this; }
60 bool m_filesHasBeenSet =
false;
SnapshotFileGroup & AddFiles(FilesT &&value)
AWS_QUICKSIGHT_API SnapshotFileGroup(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SnapshotFile > & GetFiles() const
void SetFiles(FilesT &&value)
AWS_QUICKSIGHT_API SnapshotFileGroup()=default
SnapshotFileGroup & WithFiles(FilesT &&value)
bool FilesHasBeenSet() const
AWS_QUICKSIGHT_API SnapshotFileGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue