AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
DatasetEntityRecognizerAnnotations.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 DatasetEntityRecognizerAnnotations() = 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 private:
55 Aws::String m_s3Uri;
56 bool m_s3UriHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace Comprehend
61} // namespace Aws
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COMPREHEND_API DatasetEntityRecognizerAnnotations & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPREHEND_API DatasetEntityRecognizerAnnotations(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPREHEND_API DatasetEntityRecognizerAnnotations()=default
DatasetEntityRecognizerAnnotations & WithS3Uri(S3UriT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue