AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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#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 Comprehend
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_COMPREHEND_API DocumentClassifierOutputDataConfig() = default;
39 AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
54 inline const Aws::String& GetS3Uri() const { return m_s3Uri; }
55 inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; }
56 template<typename S3UriT = Aws::String>
57 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet = true; m_s3Uri = std::forward<S3UriT>(value); }
58 template<typename S3UriT = Aws::String>
59 DocumentClassifierOutputDataConfig& WithS3Uri(S3UriT&& value) { SetS3Uri(std::forward<S3UriT>(value)); return *this;}
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) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
79 template<typename KmsKeyIdT = Aws::String>
80 DocumentClassifierOutputDataConfig& WithKmsKeyId(KmsKeyIdT&& value) { SetKmsKeyId(std::forward<KmsKeyIdT>(value)); return *this;}
82
84
88 inline const Aws::String& GetFlywheelStatsS3Prefix() const { return m_flywheelStatsS3Prefix; }
89 inline bool FlywheelStatsS3PrefixHasBeenSet() const { return m_flywheelStatsS3PrefixHasBeenSet; }
90 template<typename FlywheelStatsS3PrefixT = Aws::String>
91 void SetFlywheelStatsS3Prefix(FlywheelStatsS3PrefixT&& value) { m_flywheelStatsS3PrefixHasBeenSet = true; m_flywheelStatsS3Prefix = std::forward<FlywheelStatsS3PrefixT>(value); }
92 template<typename FlywheelStatsS3PrefixT = Aws::String>
93 DocumentClassifierOutputDataConfig& WithFlywheelStatsS3Prefix(FlywheelStatsS3PrefixT&& value) { SetFlywheelStatsS3Prefix(std::forward<FlywheelStatsS3PrefixT>(value)); return *this;}
95 private:
96
97 Aws::String m_s3Uri;
98 bool m_s3UriHasBeenSet = false;
99
100 Aws::String m_kmsKeyId;
101 bool m_kmsKeyIdHasBeenSet = false;
102
103 Aws::String m_flywheelStatsS3Prefix;
104 bool m_flywheelStatsS3PrefixHasBeenSet = false;
105 };
106
107} // namespace Model
108} // namespace Comprehend
109} // 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