7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/GovernedEntityType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
44 template<
typename DomainIdentifierT = Aws::String>
45 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
46 template<
typename DomainIdentifierT = Aws::String>
56 template<
typename EntityIdentifierT = Aws::String>
57 void SetEntityIdentifier(EntityIdentifierT&& value) { m_entityIdentifierHasBeenSet =
true; m_entityIdentifier = std::forward<EntityIdentifierT>(value); }
58 template<
typename EntityIdentifierT = Aws::String>
78 template<
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
79 void SetGovernedGlossaryTerms(GovernedGlossaryTermsT&& value) { m_governedGlossaryTermsHasBeenSet =
true; m_governedGlossaryTerms = std::forward<GovernedGlossaryTermsT>(value); }
80 template<
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
82 template<
typename GovernedGlossaryTermsT = Aws::String>
88 bool m_domainIdentifierHasBeenSet =
false;
91 bool m_entityIdentifierHasBeenSet =
false;
94 bool m_entityTypeHasBeenSet =
false;
97 bool m_governedGlossaryTermsHasBeenSet =
false;
void SetEntityType(GovernedEntityType value)
AWS_DATAZONE_API AssociateGovernedTermsRequest()=default
bool EntityTypeHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
const Aws::Vector< Aws::String > & GetGovernedGlossaryTerms() const
bool GovernedGlossaryTermsHasBeenSet() const
bool DomainIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
GovernedEntityType GetEntityType() const
AssociateGovernedTermsRequest & WithEntityType(GovernedEntityType value)
bool EntityIdentifierHasBeenSet() const
const Aws::String & GetEntityIdentifier() const
void SetEntityIdentifier(EntityIdentifierT &&value)
AssociateGovernedTermsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
AssociateGovernedTermsRequest & WithGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
AssociateGovernedTermsRequest & AddGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
AssociateGovernedTermsRequest & WithEntityIdentifier(EntityIdentifierT &&value)
const Aws::String & GetDomainIdentifier() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector