AWS SDK for C++

AWS SDK for C++ Version 1.11.763

Loading...
Searching...
No Matches
AnonymousUserSnapshotJobResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/SnapshotJobResultFileGroup.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace QuickSight {
21namespace Model {
22
31 public:
32 AWS_QUICKSIGHT_API AnonymousUserSnapshotJobResult() = default;
35 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
46 inline const Aws::Vector<SnapshotJobResultFileGroup>& GetFileGroups() const { return m_fileGroups; }
47 inline bool FileGroupsHasBeenSet() const { return m_fileGroupsHasBeenSet; }
48 template <typename FileGroupsT = Aws::Vector<SnapshotJobResultFileGroup>>
49 void SetFileGroups(FileGroupsT&& value) {
50 m_fileGroupsHasBeenSet = true;
51 m_fileGroups = std::forward<FileGroupsT>(value);
52 }
53 template <typename FileGroupsT = Aws::Vector<SnapshotJobResultFileGroup>>
55 SetFileGroups(std::forward<FileGroupsT>(value));
56 return *this;
57 }
58 template <typename FileGroupsT = SnapshotJobResultFileGroup>
60 m_fileGroupsHasBeenSet = true;
61 m_fileGroups.emplace_back(std::forward<FileGroupsT>(value));
62 return *this;
63 }
65 private:
67 bool m_fileGroupsHasBeenSet = false;
68};
69
70} // namespace Model
71} // namespace QuickSight
72} // namespace Aws
AnonymousUserSnapshotJobResult & WithFileGroups(FileGroupsT &&value)
AnonymousUserSnapshotJobResult & AddFileGroups(FileGroupsT &&value)
AWS_QUICKSIGHT_API AnonymousUserSnapshotJobResult(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SnapshotJobResultFileGroup > & GetFileGroups() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AnonymousUserSnapshotJobResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API AnonymousUserSnapshotJobResult()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue