AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
EntityRecognizerAnnotations.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
29 public:
30 AWS_COMPREHEND_API EntityRecognizerAnnotations() = default;
33 AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
41 inline const Aws::String& GetS3Uri() const { return m_s3Uri; }
42 inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; }
43 template <typename S3UriT = Aws::String>
44 void SetS3Uri(S3UriT&& value) {
45 m_s3UriHasBeenSet = true;
46 m_s3Uri = std::forward<S3UriT>(value);
47 }
48 template <typename S3UriT = Aws::String>
50 SetS3Uri(std::forward<S3UriT>(value));
51 return *this;
52 }
54
56
61 inline const Aws::String& GetTestS3Uri() const { return m_testS3Uri; }
62 inline bool TestS3UriHasBeenSet() const { return m_testS3UriHasBeenSet; }
63 template <typename TestS3UriT = Aws::String>
64 void SetTestS3Uri(TestS3UriT&& value) {
65 m_testS3UriHasBeenSet = true;
66 m_testS3Uri = std::forward<TestS3UriT>(value);
67 }
68 template <typename TestS3UriT = Aws::String>
70 SetTestS3Uri(std::forward<TestS3UriT>(value));
71 return *this;
72 }
74 private:
75 Aws::String m_s3Uri;
76
77 Aws::String m_testS3Uri;
78 bool m_s3UriHasBeenSet = false;
79 bool m_testS3UriHasBeenSet = false;
80};
81
82} // namespace Model
83} // namespace Comprehend
84} // namespace Aws
AWS_COMPREHEND_API EntityRecognizerAnnotations(Aws::Utils::Json::JsonView jsonValue)
EntityRecognizerAnnotations & WithS3Uri(S3UriT &&value)
AWS_COMPREHEND_API EntityRecognizerAnnotations()=default
EntityRecognizerAnnotations & WithTestS3Uri(TestS3UriT &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COMPREHEND_API EntityRecognizerAnnotations & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue