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
40 template<
typename ApplicationIdT = Aws::String>
41 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
42 template<
typename ApplicationIdT = Aws::String>
51 template<
typename JobRunIdT = Aws::String>
52 void SetJobRunId(JobRunIdT&& value) { m_jobRunIdHasBeenSet =
true; m_jobRunId = std::forward<JobRunIdT>(value); }
53 template<
typename JobRunIdT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_applicationIdHasBeenSet =
false;
71 bool m_jobRunIdHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_EMRSERVERLESS_API CancelJobRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EMRSERVERLESS_API CancelJobRunResult()=default
void SetApplicationId(ApplicationIdT &&value)
const Aws::String & GetApplicationId() const
const Aws::String & GetJobRunId() const
CancelJobRunResult & WithJobRunId(JobRunIdT &&value)
CancelJobRunResult & WithRequestId(RequestIdT &&value)
CancelJobRunResult & WithApplicationId(ApplicationIdT &&value)
void SetJobRunId(JobRunIdT &&value)
const Aws::String & GetRequestId() const
AWS_EMRSERVERLESS_API CancelJobRunResult(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