AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace DataSync
22{
23namespace Model
24{
25
35 {
36 public:
37 AWS_DATASYNC_API SourceManifestConfig() = default;
40 AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const S3ManifestConfig& GetS3() const { return m_s3; }
48 inline bool S3HasBeenSet() const { return m_s3HasBeenSet; }
49 template<typename S3T = S3ManifestConfig>
50 void SetS3(S3T&& value) { m_s3HasBeenSet = true; m_s3 = std::forward<S3T>(value); }
51 template<typename S3T = S3ManifestConfig>
52 SourceManifestConfig& WithS3(S3T&& value) { SetS3(std::forward<S3T>(value)); return *this;}
54 private:
55
57 bool m_s3HasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace DataSync
62} // 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