AWS SDK for C++

AWS SDK for C++ Version 1.11.874

Loading...
Searching...
No Matches
TransformationInputDataConfig.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/healthlake/HealthLake_EXPORTS.h>
9#include <aws/healthlake/model/SourceFormat.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace HealthLake {
21namespace Model {
22
30 public:
31 AWS_HEALTHLAKE_API TransformationInputDataConfig() = default;
34 AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetS3Uri() const { return m_s3Uri; }
41 inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; }
42 template <typename S3UriT = Aws::String>
43 void SetS3Uri(S3UriT&& value) {
44 m_s3UriHasBeenSet = true;
45 m_s3Uri = std::forward<S3UriT>(value);
46 }
47 template <typename S3UriT = Aws::String>
49 SetS3Uri(std::forward<S3UriT>(value));
50 return *this;
51 }
53
55
58 inline SourceFormat GetSourceFormat() const { return m_sourceFormat; }
59 inline bool SourceFormatHasBeenSet() const { return m_sourceFormatHasBeenSet; }
60 inline void SetSourceFormat(SourceFormat value) {
61 m_sourceFormatHasBeenSet = true;
62 m_sourceFormat = value;
63 }
65 SetSourceFormat(value);
66 return *this;
67 }
69 private:
70 Aws::String m_s3Uri;
71
72 SourceFormat m_sourceFormat{SourceFormat::NOT_SET};
73 bool m_s3UriHasBeenSet = false;
74 bool m_sourceFormatHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace HealthLake
79} // namespace Aws
AWS_HEALTHLAKE_API TransformationInputDataConfig()=default
AWS_HEALTHLAKE_API TransformationInputDataConfig(Aws::Utils::Json::JsonView jsonValue)
TransformationInputDataConfig & WithSourceFormat(SourceFormat value)
AWS_HEALTHLAKE_API TransformationInputDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
TransformationInputDataConfig & WithS3Uri(S3UriT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue