7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/textract/Textract_EXPORTS.h>
43 template <
typename TypesT = Aws::Vector<Aws::String>>
45 m_typesHasBeenSet =
true;
46 m_types = std::forward<TypesT>(value);
48 template <
typename TypesT = Aws::Vector<Aws::String>>
50 SetTypes(std::forward<TypesT>(value));
53 template <
typename TypesT = Aws::String>
55 m_typesHasBeenSet =
true;
56 m_types.emplace_back(std::forward<TypesT>(value));
67 template <
typename IdT = Aws::String>
69 m_idHasBeenSet =
true;
70 m_id = std::forward<IdT>(value);
72 template <
typename IdT = Aws::String>
74 SetId(std::forward<IdT>(value));
82 bool m_typesHasBeenSet =
false;
83 bool m_idHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue