7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename RunIdT = Aws::String>
36 m_runIdHasBeenSet =
true;
37 m_runId = std::forward<RunIdT>(value);
39 template <
typename RunIdT = Aws::String>
41 SetRunId(std::forward<RunIdT>(value));
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
64 bool m_runIdHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
AWS_GLUE_API StartBlueprintRunResult()=default
StartBlueprintRunResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
StartBlueprintRunResult & WithRunId(RunIdT &&value)
AWS_GLUE_API StartBlueprintRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetRunId(RunIdT &&value)
const Aws::String & GetRunId() const
AWS_GLUE_API StartBlueprintRunResult(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