AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
DocumentClassifierDocuments.h
1
6#pragma once
7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Comprehend {
20namespace Model {
21
30 public:
31 AWS_COMPREHEND_API DocumentClassifierDocuments() = 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
60 inline const Aws::String& GetTestS3Uri() const { return m_testS3Uri; }
61 inline bool TestS3UriHasBeenSet() const { return m_testS3UriHasBeenSet; }
62 template <typename TestS3UriT = Aws::String>
63 void SetTestS3Uri(TestS3UriT&& value) {
64 m_testS3UriHasBeenSet = true;
65 m_testS3Uri = std::forward<TestS3UriT>(value);
66 }
67 template <typename TestS3UriT = Aws::String>
69 SetTestS3Uri(std::forward<TestS3UriT>(value));
70 return *this;
71 }
73 private:
74 Aws::String m_s3Uri;
75
76 Aws::String m_testS3Uri;
77 bool m_s3UriHasBeenSet = false;
78 bool m_testS3UriHasBeenSet = false;
79};
80
81} // namespace Model
82} // namespace Comprehend
83} // namespace Aws
AWS_COMPREHEND_API DocumentClassifierDocuments & operator=(Aws::Utils::Json::JsonView jsonValue)
DocumentClassifierDocuments & WithS3Uri(S3UriT &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COMPREHEND_API DocumentClassifierDocuments()=default
AWS_COMPREHEND_API DocumentClassifierDocuments(Aws::Utils::Json::JsonView jsonValue)
DocumentClassifierDocuments & WithTestS3Uri(TestS3UriT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue