AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
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 inline void SetS3Uri(const Aws::String& value) { m_s3UriHasBeenSet = true; m_s3Uri = value; }
57 inline void SetS3Uri(Aws::String&& value) { m_s3UriHasBeenSet = true; m_s3Uri = std::move(value); }
58 inline void SetS3Uri(const char* value) { m_s3UriHasBeenSet = true; m_s3Uri.assign(value); }
59 inline DocumentClassifierOutputDataConfig& WithS3Uri(const Aws::String& value) { SetS3Uri(value); return *this;}
60 inline DocumentClassifierOutputDataConfig& WithS3Uri(Aws::String&& value) { SetS3Uri(std::move(value)); return *this;}
61 inline DocumentClassifierOutputDataConfig& WithS3Uri(const char* value) { SetS3Uri(value); return *this;}
63
65
77 inline const Aws::String& GetKmsKeyId() const{ return m_kmsKeyId; }
78 inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; }
79 inline void SetKmsKeyId(const Aws::String& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = value; }
80 inline void SetKmsKeyId(Aws::String&& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = std::move(value); }
81 inline void SetKmsKeyId(const char* value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId.assign(value); }
82 inline DocumentClassifierOutputDataConfig& WithKmsKeyId(const Aws::String& value) { SetKmsKeyId(value); return *this;}
83 inline DocumentClassifierOutputDataConfig& WithKmsKeyId(Aws::String&& value) { SetKmsKeyId(std::move(value)); return *this;}
84 inline DocumentClassifierOutputDataConfig& WithKmsKeyId(const char* value) { SetKmsKeyId(value); return *this;}
86
88
92 inline const Aws::String& GetFlywheelStatsS3Prefix() const{ return m_flywheelStatsS3Prefix; }
93 inline bool FlywheelStatsS3PrefixHasBeenSet() const { return m_flywheelStatsS3PrefixHasBeenSet; }
94 inline void SetFlywheelStatsS3Prefix(const Aws::String& value) { m_flywheelStatsS3PrefixHasBeenSet = true; m_flywheelStatsS3Prefix = value; }
95 inline void SetFlywheelStatsS3Prefix(Aws::String&& value) { m_flywheelStatsS3PrefixHasBeenSet = true; m_flywheelStatsS3Prefix = std::move(value); }
96 inline void SetFlywheelStatsS3Prefix(const char* value) { m_flywheelStatsS3PrefixHasBeenSet = true; m_flywheelStatsS3Prefix.assign(value); }
101 private:
102
103 Aws::String m_s3Uri;
104 bool m_s3UriHasBeenSet = false;
105
106 Aws::String m_kmsKeyId;
107 bool m_kmsKeyIdHasBeenSet = false;
108
109 Aws::String m_flywheelStatsS3Prefix;
110 bool m_flywheelStatsS3PrefixHasBeenSet = false;
111 };
112
113} // namespace Model
114} // namespace Comprehend
115} // namespace Aws
DocumentClassifierOutputDataConfig & WithKmsKeyId(const char *value)
DocumentClassifierOutputDataConfig & WithS3Uri(Aws::String &&value)
AWS_COMPREHEND_API DocumentClassifierOutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
DocumentClassifierOutputDataConfig & WithS3Uri(const char *value)
DocumentClassifierOutputDataConfig & WithKmsKeyId(Aws::String &&value)
DocumentClassifierOutputDataConfig & WithS3Uri(const Aws::String &value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentClassifierOutputDataConfig & WithFlywheelStatsS3Prefix(const char *value)
DocumentClassifierOutputDataConfig & WithFlywheelStatsS3Prefix(const Aws::String &value)
DocumentClassifierOutputDataConfig & WithFlywheelStatsS3Prefix(Aws::String &&value)
DocumentClassifierOutputDataConfig & WithKmsKeyId(const Aws::String &value)
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