7#include <aws/emr-serverless/EMRServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace EMRServerless
41 template<
typename ApplicationIdT = Aws::String>
42 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
43 template<
typename ApplicationIdT = Aws::String>
52 template<
typename JobRunIdT = Aws::String>
53 void SetJobRunId(JobRunIdT&& value) { m_jobRunIdHasBeenSet =
true; m_jobRunId = std::forward<JobRunIdT>(value); }
54 template<
typename JobRunIdT = Aws::String>
63 template<
typename ArnT = Aws::String>
64 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
65 template<
typename ArnT = Aws::String>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_applicationIdHasBeenSet =
false;
83 bool m_jobRunIdHasBeenSet =
false;
86 bool m_arnHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
StartJobRunResult & WithArn(ArnT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetArn() const
const Aws::String & GetApplicationId() const
AWS_EMRSERVERLESS_API StartJobRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EMRSERVERLESS_API StartJobRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArn(ArnT &&value)
StartJobRunResult & WithJobRunId(JobRunIdT &&value)
StartJobRunResult & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetJobRunId() const
StartJobRunResult & WithRequestId(RequestIdT &&value)
void SetJobRunId(JobRunIdT &&value)
AWS_EMRSERVERLESS_API StartJobRunResult()=default
void SetApplicationId(ApplicationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue