7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/GovernedEntityType.h>
40 template <
typename DomainIdentifierT = Aws::String>
42 m_domainIdentifierHasBeenSet =
true;
43 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
45 template <
typename DomainIdentifierT = Aws::String>
58 template <
typename EntityIdentifierT = Aws::String>
60 m_entityIdentifierHasBeenSet =
true;
61 m_entityIdentifier = std::forward<EntityIdentifierT>(value);
63 template <
typename EntityIdentifierT = Aws::String>
77 m_entityTypeHasBeenSet =
true;
92 template <
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
94 m_governedGlossaryTermsHasBeenSet =
true;
95 m_governedGlossaryTerms = std::forward<GovernedGlossaryTermsT>(value);
97 template <
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
102 template <
typename GovernedGlossaryTermsT = Aws::String>
104 m_governedGlossaryTermsHasBeenSet =
true;
105 m_governedGlossaryTerms.emplace_back(std::forward<GovernedGlossaryTermsT>(value));
111 bool m_domainIdentifierHasBeenSet =
false;
114 bool m_entityIdentifierHasBeenSet =
false;
117 bool m_entityTypeHasBeenSet =
false;
120 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