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>
71 bool m_idsHasBeenSet =
false;
74 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
RelationshipsListItem & WithIds(Aws::Vector< Aws::String > &&value)
RelationshipsListItem & AddIds(const char *value)
RelationshipsListItem & AddIds(const Aws::String &value)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COMPREHEND_API RelationshipsListItem()
void SetType(const RelationshipType &value)
RelationshipsListItem & AddIds(Aws::String &&value)
void SetType(RelationshipType &&value)
void SetIds(const Aws::Vector< Aws::String > &value)
bool IdsHasBeenSet() const
RelationshipsListItem & WithType(RelationshipType &&value)
AWS_COMPREHEND_API RelationshipsListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const RelationshipType & GetType() const
const Aws::Vector< Aws::String > & GetIds() const
RelationshipsListItem & WithType(const RelationshipType &value)
AWS_COMPREHEND_API RelationshipsListItem(Aws::Utils::Json::JsonView jsonValue)
void SetIds(Aws::Vector< Aws::String > &&value)
RelationshipsListItem & WithIds(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue