AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
DocumentClassifierOutputDataConfig.h
1
6#pragma once
7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Comprehend {
20namespace Model {
21
30 public:
31 AWS_COMPREHEND_API DocumentClassifierOutputDataConfig() = default;
34 AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
48 inline const Aws::String& GetS3Uri() const { return m_s3Uri; }
49 inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; }
50 template <typename S3UriT = Aws::String>
51 void SetS3Uri(S3UriT&& value) {
52 m_s3UriHasBeenSet = true;
53 m_s3Uri = std::forward<S3UriT>(value);
54 }
55 template <typename S3UriT = Aws::String>
57 SetS3Uri(std::forward<S3UriT>(value));
58 return *this;
59 }
61
63
75 inline const Aws::String& GetKmsKeyId() const { return m_kmsKeyId; }
76 inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; }
77 template <typename KmsKeyIdT = Aws::String>
78 void SetKmsKeyId(KmsKeyIdT&& value) {
79 m_kmsKeyIdHasBeenSet = true;
80 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
81 }
82 template <typename KmsKeyIdT = Aws::String>
84 SetKmsKeyId(std::forward<KmsKeyIdT>(value));
85 return *this;
86 }
88
90
94 inline const Aws::String& GetFlywheelStatsS3Prefix() const { return m_flywheelStatsS3Prefix; }
95 inline bool FlywheelStatsS3PrefixHasBeenSet() const { return m_flywheelStatsS3PrefixHasBeenSet; }
96 template <typename FlywheelStatsS3PrefixT = Aws::String>
97 void SetFlywheelStatsS3Prefix(FlywheelStatsS3PrefixT&& value) {
98 m_flywheelStatsS3PrefixHasBeenSet = true;
99 m_flywheelStatsS3Prefix = std::forward<FlywheelStatsS3PrefixT>(value);
100 }
101 template <typename FlywheelStatsS3PrefixT = Aws::String>
103 SetFlywheelStatsS3Prefix(std::forward<FlywheelStatsS3PrefixT>(value));
104 return *this;
105 }
107 private:
108 Aws::String m_s3Uri;
109
110 Aws::String m_kmsKeyId;
111
112 Aws::String m_flywheelStatsS3Prefix;
113 bool m_s3UriHasBeenSet = false;
114 bool m_kmsKeyIdHasBeenSet = false;
115 bool m_flywheelStatsS3PrefixHasBeenSet = false;
116};
117
118} // namespace Model
119} // namespace Comprehend
120} // namespace Aws
AWS_COMPREHEND_API DocumentClassifierOutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
DocumentClassifierOutputDataConfig & WithS3Uri(S3UriT &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentClassifierOutputDataConfig & WithFlywheelStatsS3Prefix(FlywheelStatsS3PrefixT &&value)
DocumentClassifierOutputDataConfig & WithKmsKeyId(KmsKeyIdT &&value)
AWS_COMPREHEND_API DocumentClassifierOutputDataConfig()=default
AWS_COMPREHEND_API DocumentClassifierOutputDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue