AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DatasetEntityRecognizerDocuments.h
1
6#pragma once
7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/comprehend/model/InputFormat.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Comprehend
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_COMPREHEND_API DatasetEntityRecognizerDocuments() = default;
39 AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetS3Uri() const { return m_s3Uri; }
48 inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; }
49 template<typename S3UriT = Aws::String>
50 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet = true; m_s3Uri = std::forward<S3UriT>(value); }
51 template<typename S3UriT = Aws::String>
52 DatasetEntityRecognizerDocuments& WithS3Uri(S3UriT&& value) { SetS3Uri(std::forward<S3UriT>(value)); return *this;}
54
56
64 inline InputFormat GetInputFormat() const { return m_inputFormat; }
65 inline bool InputFormatHasBeenSet() const { return m_inputFormatHasBeenSet; }
66 inline void SetInputFormat(InputFormat value) { m_inputFormatHasBeenSet = true; m_inputFormat = value; }
69 private:
70
71 Aws::String m_s3Uri;
72 bool m_s3UriHasBeenSet = false;
73
74 InputFormat m_inputFormat{InputFormat::NOT_SET};
75 bool m_inputFormatHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace Comprehend
80} // 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