AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
SnapshotDestinationConfiguration.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/SnapshotS3DestinationConfiguration.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
30 public:
31 AWS_QUICKSIGHT_API SnapshotDestinationConfiguration() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
42 inline const Aws::Vector<SnapshotS3DestinationConfiguration>& GetS3Destinations() const { return m_s3Destinations; }
43 inline bool S3DestinationsHasBeenSet() const { return m_s3DestinationsHasBeenSet; }
44 template <typename S3DestinationsT = Aws::Vector<SnapshotS3DestinationConfiguration>>
45 void SetS3Destinations(S3DestinationsT&& value) {
46 m_s3DestinationsHasBeenSet = true;
47 m_s3Destinations = std::forward<S3DestinationsT>(value);
48 }
49 template <typename S3DestinationsT = Aws::Vector<SnapshotS3DestinationConfiguration>>
51 SetS3Destinations(std::forward<S3DestinationsT>(value));
52 return *this;
53 }
54 template <typename S3DestinationsT = SnapshotS3DestinationConfiguration>
56 m_s3DestinationsHasBeenSet = true;
57 m_s3Destinations.emplace_back(std::forward<S3DestinationsT>(value));
58 return *this;
59 }
61 private:
63 bool m_s3DestinationsHasBeenSet = false;
64};
65
66} // namespace Model
67} // namespace QuickSight
68} // 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