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>
78 m_entityTypeHasBeenSet =
true;
94 template <
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
96 m_governedGlossaryTermsHasBeenSet =
true;
97 m_governedGlossaryTerms = std::forward<GovernedGlossaryTermsT>(value);
99 template <
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
104 template <
typename GovernedGlossaryTermsT = Aws::String>
106 m_governedGlossaryTermsHasBeenSet =
true;
107 m_governedGlossaryTerms.emplace_back(std::forward<GovernedGlossaryTermsT>(value));
119 bool m_domainIdentifierHasBeenSet =
false;
120 bool m_entityIdentifierHasBeenSet =
false;
121 bool m_entityTypeHasBeenSet =
false;
122 bool m_governedGlossaryTermsHasBeenSet =
false;
DisassociateGovernedTermsRequest & WithEntityType(GovernedEntityType value)
DisassociateGovernedTermsRequest & WithEntityIdentifier(EntityIdentifierT &&value)
const Aws::String & GetDomainIdentifier() const
DisassociateGovernedTermsRequest & WithGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
bool EntityIdentifierHasBeenSet() const
bool DomainIdentifierHasBeenSet() const
const Aws::Vector< Aws::String > & GetGovernedGlossaryTerms() const
void SetGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
GovernedEntityType GetEntityType() const
void SetDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetEntityIdentifier() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
DisassociateGovernedTermsRequest & AddGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
bool EntityTypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetEntityIdentifier(EntityIdentifierT &&value)
DisassociateGovernedTermsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
void SetEntityType(GovernedEntityType value)
AWS_DATAZONE_API DisassociateGovernedTermsRequest()=default
bool GovernedGlossaryTermsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector