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>
80 template<
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
81 void SetGovernedGlossaryTerms(GovernedGlossaryTermsT&& value) { m_governedGlossaryTermsHasBeenSet =
true; m_governedGlossaryTerms = std::forward<GovernedGlossaryTermsT>(value); }
82 template<
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
84 template<
typename GovernedGlossaryTermsT = Aws::String>
90 bool m_domainIdentifierHasBeenSet =
false;
93 bool m_entityIdentifierHasBeenSet =
false;
96 bool m_entityTypeHasBeenSet =
false;
99 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