AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StepDetail.h
1
6#pragma once
7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/elasticmapreduce/model/StepConfig.h>
9#include <aws/elasticmapreduce/model/StepExecutionStatusDetail.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace EMR
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_EMR_API StepDetail();
37 AWS_EMR_API StepDetail(Aws::Utils::Json::JsonView jsonValue);
40
41
43
46 inline const StepConfig& GetStepConfig() const{ return m_stepConfig; }
47 inline bool StepConfigHasBeenSet() const { return m_stepConfigHasBeenSet; }
48 inline void SetStepConfig(const StepConfig& value) { m_stepConfigHasBeenSet = true; m_stepConfig = value; }
49 inline void SetStepConfig(StepConfig&& value) { m_stepConfigHasBeenSet = true; m_stepConfig = std::move(value); }
50 inline StepDetail& WithStepConfig(const StepConfig& value) { SetStepConfig(value); return *this;}
51 inline StepDetail& WithStepConfig(StepConfig&& value) { SetStepConfig(std::move(value)); return *this;}
53
55
58 inline const StepExecutionStatusDetail& GetExecutionStatusDetail() const{ return m_executionStatusDetail; }
59 inline bool ExecutionStatusDetailHasBeenSet() const { return m_executionStatusDetailHasBeenSet; }
60 inline void SetExecutionStatusDetail(const StepExecutionStatusDetail& value) { m_executionStatusDetailHasBeenSet = true; m_executionStatusDetail = value; }
61 inline void SetExecutionStatusDetail(StepExecutionStatusDetail&& value) { m_executionStatusDetailHasBeenSet = true; m_executionStatusDetail = std::move(value); }
65 private:
66
67 StepConfig m_stepConfig;
68 bool m_stepConfigHasBeenSet = false;
69
70 StepExecutionStatusDetail m_executionStatusDetail;
71 bool m_executionStatusDetailHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace EMR
76} // namespace Aws
bool StepConfigHasBeenSet() const
Definition StepDetail.h:47
void SetExecutionStatusDetail(StepExecutionStatusDetail &&value)
Definition StepDetail.h:61
bool ExecutionStatusDetailHasBeenSet() const
Definition StepDetail.h:59
StepDetail & WithStepConfig(const StepConfig &value)
Definition StepDetail.h:50
StepDetail & WithExecutionStatusDetail(StepExecutionStatusDetail &&value)
Definition StepDetail.h:63
const StepExecutionStatusDetail & GetExecutionStatusDetail() const
Definition StepDetail.h:58
void SetStepConfig(StepConfig &&value)
Definition StepDetail.h:49
AWS_EMR_API StepDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExecutionStatusDetail(const StepExecutionStatusDetail &value)
Definition StepDetail.h:60
StepDetail & WithStepConfig(StepConfig &&value)
Definition StepDetail.h:51
StepDetail & WithExecutionStatusDetail(const StepExecutionStatusDetail &value)
Definition StepDetail.h:62
AWS_EMR_API StepDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
const StepConfig & GetStepConfig() const
Definition StepDetail.h:46
void SetStepConfig(const StepConfig &value)
Definition StepDetail.h:48
Aws::Utils::Json::JsonValue JsonValue