AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
DatasetEntityRecognizerDocuments.h
1
6#pragma once
7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/InputFormat.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace Comprehend {
21namespace Model {
22
30 public:
31 AWS_COMPREHEND_API DatasetEntityRecognizerDocuments() = default;
34 AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
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
64 inline InputFormat GetInputFormat() const { return m_inputFormat; }
65 inline bool InputFormatHasBeenSet() const { return m_inputFormatHasBeenSet; }
66 inline void SetInputFormat(InputFormat value) {
67 m_inputFormatHasBeenSet = true;
68 m_inputFormat = value;
69 }
71 SetInputFormat(value);
72 return *this;
73 }
75 private:
76 Aws::String m_s3Uri;
77
78 InputFormat m_inputFormat{InputFormat::NOT_SET};
79 bool m_s3UriHasBeenSet = false;
80 bool m_inputFormatHasBeenSet = false;
81};
82
83} // namespace Model
84} // namespace Comprehend
85} // namespace Aws
AWS_COMPREHEND_API DatasetEntityRecognizerDocuments & operator=(Aws::Utils::Json::JsonView jsonValue)
DatasetEntityRecognizerDocuments & WithInputFormat(InputFormat value)
DatasetEntityRecognizerDocuments & WithS3Uri(S3UriT &&value)
AWS_COMPREHEND_API DatasetEntityRecognizerDocuments()=default
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COMPREHEND_API DatasetEntityRecognizerDocuments(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue