AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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:
36 AWS_QUICKSIGHT_API SnapshotDestinationConfiguration() = default;
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 template<typename S3DestinationsT = Aws::Vector<SnapshotS3DestinationConfiguration>>
51 void SetS3Destinations(S3DestinationsT&& value) { m_s3DestinationsHasBeenSet = true; m_s3Destinations = std::forward<S3DestinationsT>(value); }
52 template<typename S3DestinationsT = Aws::Vector<SnapshotS3DestinationConfiguration>>
53 SnapshotDestinationConfiguration& WithS3Destinations(S3DestinationsT&& value) { SetS3Destinations(std::forward<S3DestinationsT>(value)); return *this;}
54 template<typename S3DestinationsT = SnapshotS3DestinationConfiguration>
55 SnapshotDestinationConfiguration& AddS3Destinations(S3DestinationsT&& value) { m_s3DestinationsHasBeenSet = true; m_s3Destinations.emplace_back(std::forward<S3DestinationsT>(value)); return *this; }
57 private:
58
60 bool m_s3DestinationsHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace QuickSight
65} // namespace Aws
AWS_QUICKSIGHT_API SnapshotDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< SnapshotS3DestinationConfiguration > & GetS3Destinations() const
AWS_QUICKSIGHT_API SnapshotDestinationConfiguration()=default
SnapshotDestinationConfiguration & AddS3Destinations(S3DestinationsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
SnapshotDestinationConfiguration & WithS3Destinations(S3DestinationsT &&value)
AWS_QUICKSIGHT_API SnapshotDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue