AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
SourceManifestConfig.h
1
6#pragma once
7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/datasync/model/S3ManifestConfig.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace DataSync {
20namespace Model {
21
31 public:
32 AWS_DATASYNC_API SourceManifestConfig() = default;
35 AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline const S3ManifestConfig& GetS3() const { return m_s3; }
42 inline bool S3HasBeenSet() const { return m_s3HasBeenSet; }
43 template <typename S3T = S3ManifestConfig>
44 void SetS3(S3T&& value) {
45 m_s3HasBeenSet = true;
46 m_s3 = std::forward<S3T>(value);
47 }
48 template <typename S3T = S3ManifestConfig>
50 SetS3(std::forward<S3T>(value));
51 return *this;
52 }
54 private:
56 bool m_s3HasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace DataSync
61} // namespace Aws
SourceManifestConfig & WithS3(S3T &&value)
AWS_DATASYNC_API SourceManifestConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATASYNC_API SourceManifestConfig()=default
AWS_DATASYNC_API SourceManifestConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue