7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/Parameters.h>
10#include <aws/quicksight/model/SnapshotDestinationConfiguration.h>
11#include <aws/quicksight/model/SnapshotFileGroup.h>
46 template <
typename FileGroupsT = Aws::Vector<SnapshotFileGroup>>
48 m_fileGroupsHasBeenSet =
true;
49 m_fileGroups = std::forward<FileGroupsT>(value);
51 template <
typename FileGroupsT = Aws::Vector<SnapshotFileGroup>>
56 template <
typename FileGroupsT = SnapshotFileGroup>
58 m_fileGroupsHasBeenSet =
true;
59 m_fileGroups.emplace_back(std::forward<FileGroupsT>(value));
71 template <
typename DestinationConfigurationT = SnapshotDestinationConfiguration>
73 m_destinationConfigurationHasBeenSet =
true;
74 m_destinationConfiguration = std::forward<DestinationConfigurationT>(value);
76 template <
typename DestinationConfigurationT = SnapshotDestinationConfiguration>
87 template <
typename ParametersT = Parameters>
89 m_parametersHasBeenSet =
true;
90 m_parameters = std::forward<ParametersT>(value);
92 template <
typename ParametersT = Parameters>
104 bool m_fileGroupsHasBeenSet =
false;
105 bool m_destinationConfigurationHasBeenSet =
false;
106 bool m_parametersHasBeenSet =
false;
SnapshotConfiguration & WithDestinationConfiguration(DestinationConfigurationT &&value)
AWS_QUICKSIGHT_API SnapshotConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SnapshotFileGroup > & GetFileGroups() const
bool ParametersHasBeenSet() const
bool DestinationConfigurationHasBeenSet() const
SnapshotConfiguration & AddFileGroups(FileGroupsT &&value)
bool FileGroupsHasBeenSet() const
void SetDestinationConfiguration(DestinationConfigurationT &&value)
const SnapshotDestinationConfiguration & GetDestinationConfiguration() const
SnapshotConfiguration & WithFileGroups(FileGroupsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFileGroups(FileGroupsT &&value)
const Parameters & GetParameters() const
AWS_QUICKSIGHT_API SnapshotConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetParameters(ParametersT &&value)
AWS_QUICKSIGHT_API SnapshotConfiguration()=default
SnapshotConfiguration & WithParameters(ParametersT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue