7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/model/SnapshotFile.h>
10#include <aws/quicksight/model/SnapshotJobS3Result.h>
49 template<
typename FilesT = Aws::Vector<SnapshotFile>>
50 void SetFiles(FilesT&& value) { m_filesHasBeenSet =
true; m_files = std::forward<FilesT>(value); }
51 template<
typename FilesT = Aws::Vector<SnapshotFile>>
53 template<
typename FilesT = SnapshotFile>
63 template<
typename S3ResultsT = Aws::Vector<SnapshotJobS3Result>>
64 void SetS3Results(S3ResultsT&& value) { m_s3ResultsHasBeenSet =
true; m_s3Results = std::forward<S3ResultsT>(value); }
65 template<
typename S3ResultsT = Aws::Vector<SnapshotJobS3Result>>
67 template<
typename S3ResultsT = SnapshotJobS3Result>
73 bool m_filesHasBeenSet =
false;
76 bool m_s3ResultsHasBeenSet =
false;
void SetFiles(FilesT &&value)
AWS_QUICKSIGHT_API SnapshotJobResultFileGroup()=default
SnapshotJobResultFileGroup & AddS3Results(S3ResultsT &&value)
SnapshotJobResultFileGroup & WithS3Results(S3ResultsT &&value)
SnapshotJobResultFileGroup & WithFiles(FilesT &&value)
bool FilesHasBeenSet() const
const Aws::Vector< SnapshotFile > & GetFiles() const
const Aws::Vector< SnapshotJobS3Result > & GetS3Results() const
AWS_QUICKSIGHT_API SnapshotJobResultFileGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3Results(S3ResultsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API SnapshotJobResultFileGroup(Aws::Utils::Json::JsonView jsonValue)
bool S3ResultsHasBeenSet() const
SnapshotJobResultFileGroup & AddFiles(FilesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue