7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/InputFormat.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename S3UriT = Aws::String>
46 m_s3UriHasBeenSet =
true;
47 m_s3Uri = std::forward<S3UriT>(value);
49 template <
typename S3UriT = Aws::String>
51 SetS3Uri(std::forward<S3UriT>(value));
64 template <
typename TestS3UriT = Aws::String>
66 m_testS3UriHasBeenSet =
true;
67 m_testS3Uri = std::forward<TestS3UriT>(value);
69 template <
typename TestS3UriT = Aws::String>
88 m_inputFormatHasBeenSet =
true;
89 m_inputFormat = value;
102 bool m_s3UriHasBeenSet =
false;
103 bool m_testS3UriHasBeenSet =
false;
104 bool m_inputFormatHasBeenSet =
false;
InputFormat GetInputFormat() const
EntityRecognizerDocuments & WithInputFormat(InputFormat value)
void SetInputFormat(InputFormat value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COMPREHEND_API EntityRecognizerDocuments & operator=(Aws::Utils::Json::JsonView jsonValue)
EntityRecognizerDocuments & WithTestS3Uri(TestS3UriT &&value)
const Aws::String & GetTestS3Uri() const
bool S3UriHasBeenSet() const
EntityRecognizerDocuments & WithS3Uri(S3UriT &&value)
bool InputFormatHasBeenSet() const
bool TestS3UriHasBeenSet() const
void SetTestS3Uri(TestS3UriT &&value)
const Aws::String & GetS3Uri() const
void SetS3Uri(S3UriT &&value)
AWS_COMPREHEND_API EntityRecognizerDocuments()=default
AWS_COMPREHEND_API EntityRecognizerDocuments(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue