7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/Glue_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename AssetIdentifierT = Aws::String>
38 m_assetIdentifierHasBeenSet =
true;
39 m_assetIdentifier = std::forward<AssetIdentifierT>(value);
41 template <
typename AssetIdentifierT = Aws::String>
53 template <
typename IterableFormNameT = Aws::String>
55 m_iterableFormNameHasBeenSet =
true;
56 m_iterableFormName = std::forward<IterableFormNameT>(value);
58 template <
typename IterableFormNameT = Aws::String>
70 template <
typename ItemIdentifierT = Aws::String>
72 m_itemIdentifierHasBeenSet =
true;
73 m_itemIdentifier = std::forward<ItemIdentifierT>(value);
75 template <
typename ItemIdentifierT = Aws::String>
87 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
89 m_glossaryTermsHasBeenSet =
true;
90 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
92 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
97 template <
typename GlossaryTermsT = Aws::String>
99 m_glossaryTermsHasBeenSet =
true;
100 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
108 template <
typename RequestIdT = Aws::String>
110 m_requestIdHasBeenSet =
true;
111 m_requestId = std::forward<RequestIdT>(value);
113 template <
typename RequestIdT = Aws::String>
132 bool m_assetIdentifierHasBeenSet =
false;
133 bool m_iterableFormNameHasBeenSet =
false;
134 bool m_itemIdentifierHasBeenSet =
false;
135 bool m_glossaryTermsHasBeenSet =
false;
136 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetAssetIdentifier() const
void SetAssetIdentifier(AssetIdentifierT &&value)
DisassociateGlossaryTermsResult & WithGlossaryTerms(GlossaryTermsT &&value)
AWS_GLUE_API DisassociateGlossaryTermsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DisassociateGlossaryTermsResult & AddGlossaryTerms(GlossaryTermsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DisassociateGlossaryTermsResult & WithAssetIdentifier(AssetIdentifierT &&value)
DisassociateGlossaryTermsResult & WithItemIdentifier(ItemIdentifierT &&value)
const Aws::String & GetItemIdentifier() const
const Aws::String & GetIterableFormName() const
void SetGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetRequestId() const
AWS_GLUE_API DisassociateGlossaryTermsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIterableFormName(IterableFormNameT &&value)
DisassociateGlossaryTermsResult & WithIterableFormName(IterableFormNameT &&value)
AWS_GLUE_API DisassociateGlossaryTermsResult()=default
void SetItemIdentifier(ItemIdentifierT &&value)
DisassociateGlossaryTermsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue