7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/BlueprintRun.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename Bluepr
intRunT = Bluepr
intRun>
37 m_blueprintRunHasBeenSet =
true;
38 m_blueprintRun = std::forward<BlueprintRunT>(value);
40 template <
typename Bluepr
intRunT = Bluepr
intRun>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
63 bool m_blueprintRunHasBeenSet =
false;
66 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_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