7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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>
63 template<
typename TestS3UriT = Aws::String>
64 void SetTestS3Uri(TestS3UriT&& value) { m_testS3UriHasBeenSet =
true; m_testS3Uri = std::forward<TestS3UriT>(value); }
65 template<
typename TestS3UriT = Aws::String>
71 bool m_s3UriHasBeenSet =
false;
74 bool m_testS3UriHasBeenSet =
false;
const Aws::String & GetTestS3Uri() const
AWS_COMPREHEND_API EntityRecognizerAnnotations(Aws::Utils::Json::JsonView jsonValue)
EntityRecognizerAnnotations & WithS3Uri(S3UriT &&value)
AWS_COMPREHEND_API EntityRecognizerAnnotations()=default
EntityRecognizerAnnotations & WithTestS3Uri(TestS3UriT &&value)
bool TestS3UriHasBeenSet() const
void SetTestS3Uri(TestS3UriT &&value)
bool S3UriHasBeenSet() const
void SetS3Uri(S3UriT &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetS3Uri() 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