7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticmapreduce/EMR_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template <
typename JobFlowIdT = Aws::String>
42 m_jobFlowIdHasBeenSet =
true;
43 m_jobFlowId = std::forward<JobFlowIdT>(value);
45 template <
typename JobFlowIdT = Aws::String>
57 template <
typename ClusterArnT = Aws::String>
59 m_clusterArnHasBeenSet =
true;
60 m_clusterArn = std::forward<ClusterArnT>(value);
62 template <
typename ClusterArnT = Aws::String>
72 template <
typename RequestIdT = Aws::String>
74 m_requestIdHasBeenSet =
true;
75 m_requestId = std::forward<RequestIdT>(value);
77 template <
typename RequestIdT = Aws::String>
89 bool m_jobFlowIdHasBeenSet =
false;
90 bool m_clusterArnHasBeenSet =
false;
91 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_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