7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/Blueprint.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename Bluepr
intT = Bluepr
int>
42 void SetBlueprint(BlueprintT&& value) { m_blueprintHasBeenSet =
true; m_blueprint = std::forward<BlueprintT>(value); }
43 template<
typename Bluepr
intT = Bluepr
int>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_blueprintHasBeenSet =
false;
61 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
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