7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
68 inline TermRelations&
AddIsA(
const char* value) { m_isAHasBeenSet =
true; m_isA.push_back(value);
return *
this; }
73 bool m_classifiesHasBeenSet =
false;
76 bool m_isAHasBeenSet =
false;
AWS_DATAZONE_API TermRelations & operator=(Aws::Utils::Json::JsonView jsonValue)
TermRelations & AddIsA(Aws::String &&value)
TermRelations & AddIsA(const char *value)
AWS_DATAZONE_API TermRelations()
bool IsAHasBeenSet() const
void SetIsA(Aws::Vector< Aws::String > &&value)
TermRelations & WithIsA(Aws::Vector< Aws::String > &&value)
TermRelations & WithClassifies(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetIsA() const
TermRelations & AddClassifies(const Aws::String &value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetClassifies() const
void SetIsA(const Aws::Vector< Aws::String > &value)
TermRelations & WithClassifies(const Aws::Vector< Aws::String > &value)
void SetClassifies(Aws::Vector< Aws::String > &&value)
AWS_DATAZONE_API TermRelations(Aws::Utils::Json::JsonView jsonValue)
bool ClassifiesHasBeenSet() const
TermRelations & AddClassifies(Aws::String &&value)
TermRelations & AddClassifies(const char *value)
TermRelations & WithIsA(const Aws::Vector< Aws::String > &value)
TermRelations & AddIsA(const Aws::String &value)
void SetClassifies(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