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 GlossaryTermsT = Aws::Vector<Aws::String>>
55 m_glossaryTermsHasBeenSet =
true;
56 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
58 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
63 template <
typename GlossaryTermsT = Aws::String>
65 m_glossaryTermsHasBeenSet =
true;
66 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
94 bool m_assetIdentifierHasBeenSet =
false;
95 bool m_glossaryTermsHasBeenSet =
false;
96 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API AssociateGlossaryTermsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API AssociateGlossaryTermsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GLUE_API AssociateGlossaryTermsResult()=default
AssociateGlossaryTermsResult & AddGlossaryTerms(GlossaryTermsT &&value)
void SetAssetIdentifier(AssetIdentifierT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
const Aws::String & GetAssetIdentifier() const
AssociateGlossaryTermsResult & WithRequestId(RequestIdT &&value)
AssociateGlossaryTermsResult & WithAssetIdentifier(AssetIdentifierT &&value)
AssociateGlossaryTermsResult & WithGlossaryTerms(GlossaryTermsT &&value)
void SetGlossaryTerms(GlossaryTermsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue