7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticmapreduce/model/HadoopStepConfig.h>
10#include <aws/elasticmapreduce/model/ActionOnFailure.h>
11#include <aws/elasticmapreduce/model/StepStatus.h>
50 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
51 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
65 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
111 bool m_idHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
117 bool m_configHasBeenSet =
false;
120 bool m_actionOnFailureHasBeenSet =
false;
123 bool m_statusHasBeenSet =
false;
StepSummary & WithId(Aws::String &&value)
const Aws::String & GetId() const
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
const StepStatus & GetStatus() const
StepSummary & WithActionOnFailure(ActionOnFailure &&value)
void SetStatus(StepStatus &&value)
const Aws::String & GetName() const
AWS_EMR_API StepSummary()
void SetActionOnFailure(ActionOnFailure &&value)
bool ActionOnFailureHasBeenSet() const
AWS_EMR_API StepSummary(Aws::Utils::Json::JsonView jsonValue)
StepSummary & WithId(const char *value)
const ActionOnFailure & GetActionOnFailure() const
AWS_EMR_API StepSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
StepSummary & WithConfig(HadoopStepConfig &&value)
bool NameHasBeenSet() const
StepSummary & WithActionOnFailure(const ActionOnFailure &value)
StepSummary & WithName(const char *value)
bool ConfigHasBeenSet() const
void SetId(const Aws::String &value)
StepSummary & WithConfig(const HadoopStepConfig &value)
StepSummary & WithStatus(const StepStatus &value)
void SetName(const char *value)
void SetName(Aws::String &&value)
void SetConfig(const HadoopStepConfig &value)
void SetId(Aws::String &&value)
StepSummary & WithId(const Aws::String &value)
void SetId(const char *value)
StepSummary & WithName(Aws::String &&value)
void SetName(const Aws::String &value)
StepSummary & WithStatus(StepStatus &&value)
bool StatusHasBeenSet() const
void SetConfig(HadoopStepConfig &&value)
void SetActionOnFailure(const ActionOnFailure &value)
bool IdHasBeenSet() const
void SetStatus(const StepStatus &value)
const HadoopStepConfig & GetConfig() const
StepSummary & WithName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue