7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/SnapshotFile.h>
44 template <
typename FilesT = Aws::Vector<SnapshotFile>>
46 m_filesHasBeenSet =
true;
47 m_files = std::forward<FilesT>(value);
49 template <
typename FilesT = Aws::Vector<SnapshotFile>>
51 SetFiles(std::forward<FilesT>(value));
54 template <
typename FilesT = SnapshotFile>
56 m_filesHasBeenSet =
true;
57 m_files.emplace_back(std::forward<FilesT>(value));
63 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