7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename S3UriT = Aws::String>
45 m_s3UriHasBeenSet =
true;
46 m_s3Uri = std::forward<S3UriT>(value);
48 template <
typename S3UriT = Aws::String>
50 SetS3Uri(std::forward<S3UriT>(value));
63 template <
typename TestS3UriT = Aws::String>
65 m_testS3UriHasBeenSet =
true;
66 m_testS3Uri = std::forward<TestS3UriT>(value);
68 template <
typename TestS3UriT = Aws::String>
78 bool m_s3UriHasBeenSet =
false;
79 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