7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticmapreduce/EMR_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template <
typename JobFlowIdT = Aws::String>
43 m_jobFlowIdHasBeenSet =
true;
44 m_jobFlowId = std::forward<JobFlowIdT>(value);
46 template <
typename JobFlowIdT = Aws::String>
58 template <
typename ClusterArnT = Aws::String>
60 m_clusterArnHasBeenSet =
true;
61 m_clusterArn = std::forward<ClusterArnT>(value);
63 template <
typename ClusterArnT = Aws::String>
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
93 bool m_jobFlowIdHasBeenSet =
false;
94 bool m_clusterArnHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
RunJobFlowResult & WithRequestId(RequestIdT &&value)
AWS_EMR_API RunJobFlowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EMR_API RunJobFlowResult()=default
void SetRequestId(RequestIdT &&value)
void SetJobFlowId(JobFlowIdT &&value)
RunJobFlowResult & WithClusterArn(ClusterArnT &&value)
void SetClusterArn(ClusterArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_EMR_API RunJobFlowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::String & GetJobFlowId() const
RunJobFlowResult & WithJobFlowId(JobFlowIdT &&value)
const Aws::String & GetClusterArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue