7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/Blueprint.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename Bluepr
intT = Bluepr
int>
38 m_blueprintHasBeenSet =
true;
39 m_blueprint = std::forward<BlueprintT>(value);
41 template <
typename Bluepr
intT = Bluepr
int>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_blueprintHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
void SetBlueprint(BlueprintT &&value)
AWS_GLUE_API GetBlueprintResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetBlueprintResult & WithBlueprint(BlueprintT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Blueprint & GetBlueprint() const
void SetRequestId(RequestIdT &&value)
GetBlueprintResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API GetBlueprintResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API GetBlueprintResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue