AWS SDK for C++

AWS SDK for C++ Version 1.11.874

Loading...
Searching...
No Matches
TransformationOutputDataConfig.h
1
6#pragma once
7#include <aws/healthlake/HealthLake_EXPORTS.h>
8#include <aws/healthlake/model/DataTransformationS3Configuration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace HealthLake {
20namespace Model {
21
29 public:
30 AWS_HEALTHLAKE_API TransformationOutputDataConfig() = default;
33 AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const DataTransformationS3Configuration& GetS3Configuration() const { return m_s3Configuration; }
41 inline bool S3ConfigurationHasBeenSet() const { return m_s3ConfigurationHasBeenSet; }
42 template <typename S3ConfigurationT = DataTransformationS3Configuration>
43 void SetS3Configuration(S3ConfigurationT&& value) {
44 m_s3ConfigurationHasBeenSet = true;
45 m_s3Configuration = std::forward<S3ConfigurationT>(value);
46 }
47 template <typename S3ConfigurationT = DataTransformationS3Configuration>
49 SetS3Configuration(std::forward<S3ConfigurationT>(value));
50 return *this;
51 }
53 private:
54 DataTransformationS3Configuration m_s3Configuration;
55 bool m_s3ConfigurationHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace HealthLake
60} // namespace Aws
const DataTransformationS3Configuration & GetS3Configuration() const
AWS_HEALTHLAKE_API TransformationOutputDataConfig()=default
TransformationOutputDataConfig & WithS3Configuration(S3ConfigurationT &&value)
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_HEALTHLAKE_API TransformationOutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_HEALTHLAKE_API TransformationOutputDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue