7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/GlueRequest.h>
11#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename AssetIdentifierT = Aws::String>
43 m_assetIdentifierHasBeenSet =
true;
44 m_assetIdentifier = std::forward<AssetIdentifierT>(value);
46 template <
typename AssetIdentifierT = Aws::String>
61 template <
typename IterableFormNameT = Aws::String>
63 m_iterableFormNameHasBeenSet =
true;
64 m_iterableFormName = std::forward<IterableFormNameT>(value);
66 template <
typename IterableFormNameT = Aws::String>
80 template <
typename ItemIdentifierT = Aws::String>
82 m_itemIdentifierHasBeenSet =
true;
83 m_itemIdentifier = std::forward<ItemIdentifierT>(value);
85 template <
typename ItemIdentifierT = Aws::String>
98 template <
typename GlossaryTermIdentifiersT = Aws::Vector<Aws::String>>
100 m_glossaryTermIdentifiersHasBeenSet =
true;
101 m_glossaryTermIdentifiers = std::forward<GlossaryTermIdentifiersT>(value);
103 template <
typename GlossaryTermIdentifiersT = Aws::Vector<Aws::String>>
108 template <
typename GlossaryTermIdentifiersT = Aws::String>
110 m_glossaryTermIdentifiersHasBeenSet =
true;
111 m_glossaryTermIdentifiers.emplace_back(std::forward<GlossaryTermIdentifiersT>(value));
123 template <
typename ClientTokenT = Aws::String>
125 m_clientTokenHasBeenSet =
true;
126 m_clientToken = std::forward<ClientTokenT>(value);
128 template <
typename ClientTokenT = Aws::String>
144 bool m_assetIdentifierHasBeenSet =
false;
145 bool m_iterableFormNameHasBeenSet =
false;
146 bool m_itemIdentifierHasBeenSet =
false;
147 bool m_glossaryTermIdentifiersHasBeenSet =
false;
148 bool m_clientTokenHasBeenSet =
true;
DisassociateGlossaryTermsRequest & WithClientToken(ClientTokenT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DisassociateGlossaryTermsRequest & WithGlossaryTermIdentifiers(GlossaryTermIdentifiersT &&value)
void SetClientToken(ClientTokenT &&value)
void SetGlossaryTermIdentifiers(GlossaryTermIdentifiersT &&value)
const Aws::String & GetIterableFormName() const
AWS_GLUE_API DisassociateGlossaryTermsRequest()=default
void SetAssetIdentifier(AssetIdentifierT &&value)
const Aws::String & GetAssetIdentifier() const
DisassociateGlossaryTermsRequest & WithItemIdentifier(ItemIdentifierT &&value)
void SetItemIdentifier(ItemIdentifierT &&value)
bool GlossaryTermIdentifiersHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetGlossaryTermIdentifiers() const
DisassociateGlossaryTermsRequest & AddGlossaryTermIdentifiers(GlossaryTermIdentifiersT &&value)
DisassociateGlossaryTermsRequest & WithAssetIdentifier(AssetIdentifierT &&value)
DisassociateGlossaryTermsRequest & WithIterableFormName(IterableFormNameT &&value)
void SetIterableFormName(IterableFormNameT &&value)
const Aws::String & GetClientToken() const
bool ItemIdentifierHasBeenSet() const
bool ClientTokenHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::String & GetItemIdentifier() const
bool AssetIdentifierHasBeenSet() const
bool IterableFormNameHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector