AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SnapshotDestinationConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/model/SnapshotS3DestinationConfiguration.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
48 inline const Aws::Vector<SnapshotS3DestinationConfiguration>& GetS3Destinations() const{ return m_s3Destinations; }
49 inline bool S3DestinationsHasBeenSet() const { return m_s3DestinationsHasBeenSet; }
50 inline void SetS3Destinations(const Aws::Vector<SnapshotS3DestinationConfiguration>& value) { m_s3DestinationsHasBeenSet = true; m_s3Destinations = value; }
51 inline void SetS3Destinations(Aws::Vector<SnapshotS3DestinationConfiguration>&& value) { m_s3DestinationsHasBeenSet = true; m_s3Destinations = std::move(value); }
54 inline SnapshotDestinationConfiguration& AddS3Destinations(const SnapshotS3DestinationConfiguration& value) { m_s3DestinationsHasBeenSet = true; m_s3Destinations.push_back(value); return *this; }
55 inline SnapshotDestinationConfiguration& AddS3Destinations(SnapshotS3DestinationConfiguration&& value) { m_s3DestinationsHasBeenSet = true; m_s3Destinations.push_back(std::move(value)); return *this; }
57 private:
58
60 bool m_s3DestinationsHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace QuickSight
65} // namespace Aws
SnapshotDestinationConfiguration & WithS3Destinations(const Aws::Vector< SnapshotS3DestinationConfiguration > &value)
AWS_QUICKSIGHT_API SnapshotDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SnapshotS3DestinationConfiguration > & GetS3Destinations() const
void SetS3Destinations(Aws::Vector< SnapshotS3DestinationConfiguration > &&value)
SnapshotDestinationConfiguration & AddS3Destinations(SnapshotS3DestinationConfiguration &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API SnapshotDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
SnapshotDestinationConfiguration & WithS3Destinations(Aws::Vector< SnapshotS3DestinationConfiguration > &&value)
void SetS3Destinations(const Aws::Vector< SnapshotS3DestinationConfiguration > &value)
SnapshotDestinationConfiguration & AddS3Destinations(const SnapshotS3DestinationConfiguration &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue