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/BlueprintRun.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename Bluepr
intRunT = Bluepr
intRun>
38 m_blueprintRunHasBeenSet =
true;
39 m_blueprintRun = std::forward<BlueprintRunT>(value);
41 template <
typename Bluepr
intRunT = Bluepr
intRun>
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_blueprintRunHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
GetBlueprintRunResult & WithBlueprintRun(BlueprintRunT &&value)
GetBlueprintRunResult & WithRequestId(RequestIdT &&value)
const BlueprintRun & GetBlueprintRun() const
AWS_GLUE_API GetBlueprintRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GLUE_API GetBlueprintRunResult()=default
void SetBlueprintRun(BlueprintRunT &&value)
AWS_GLUE_API GetBlueprintRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue