7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/comprehend/model/RelationshipType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename IdsT = Aws::Vector<Aws::String>>
49 void SetIds(IdsT&& value) { m_idsHasBeenSet =
true; m_ids = std::forward<IdsT>(value); }
50 template<
typename IdsT = Aws::Vector<Aws::String>>
52 template<
typename IdsT = Aws::String>
68 bool m_idsHasBeenSet =
false;
71 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