7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/RelationshipType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename IdsT = Aws::Vector<Aws::String>>
44 m_idsHasBeenSet =
true;
45 m_ids = std::forward<IdsT>(value);
47 template <
typename IdsT = Aws::Vector<Aws::String>>
49 SetIds(std::forward<IdsT>(value));
52 template <
typename IdsT = Aws::String>
54 m_idsHasBeenSet =
true;
55 m_ids.emplace_back(std::forward<IdsT>(value));
67 m_typeHasBeenSet =
true;
79 bool m_idsHasBeenSet =
false;
80 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
RelationshipsListItem & WithIds(IdsT &&value)
RelationshipsListItem & WithType(RelationshipType value)
void SetIds(IdsT &&value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COMPREHEND_API RelationshipsListItem()=default
RelationshipType GetType() const
bool IdsHasBeenSet() const
RelationshipsListItem & AddIds(IdsT &&value)
AWS_COMPREHEND_API RelationshipsListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetIds() const
AWS_COMPREHEND_API RelationshipsListItem(Aws::Utils::Json::JsonView jsonValue)
void SetType(RelationshipType value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue