7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/textract/model/RelationshipType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
76 template<
typename IdsT = Aws::Vector<Aws::String>>
77 void SetIds(IdsT&& value) { m_idsHasBeenSet =
true; m_ids = std::forward<IdsT>(value); }
78 template<
typename IdsT = Aws::Vector<Aws::String>>
80 template<
typename IdsT = Aws::String>
81 Relationship&
AddIds(IdsT&& value) { m_idsHasBeenSet =
true; m_ids.emplace_back(std::forward<IdsT>(value));
return *
this; }
86 bool m_typeHasBeenSet =
false;
89 bool m_idsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue