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>
10#include <aws/textract/model/RelationshipType.h>
60 m_typeHasBeenSet =
true;
76 template <
typename IdsT = Aws::Vector<Aws::String>>
78 m_idsHasBeenSet =
true;
79 m_ids = std::forward<IdsT>(value);
81 template <
typename IdsT = Aws::Vector<Aws::String>>
83 SetIds(std::forward<IdsT>(value));
86 template <
typename IdsT = Aws::String>
88 m_idsHasBeenSet =
true;
89 m_ids.emplace_back(std::forward<IdsT>(value));
97 bool m_typeHasBeenSet =
false;
98 bool m_idsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue