7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/elasticmapreduce/EMRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticmapreduce/model/StepState.h>
50 inline void SetClusterId(
const char* value) { m_clusterIdHasBeenSet =
true; m_clusterId.assign(value); }
99 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
107 bool m_clusterIdHasBeenSet =
false;
110 bool m_stepStatesHasBeenSet =
false;
113 bool m_stepIdsHasBeenSet =
false;
116 bool m_markerHasBeenSet =
false;
bool StepStatesHasBeenSet() const
const Aws::String & GetMarker() const
void SetStepIds(const Aws::Vector< Aws::String > &value)
ListStepsRequest & WithMarker(const Aws::String &value)
const Aws::String & GetClusterId() const
AWS_EMR_API Aws::String SerializePayload() const override
void SetStepIds(Aws::Vector< Aws::String > &&value)
AWS_EMR_API ListStepsRequest()
ListStepsRequest & WithClusterId(const Aws::String &value)
bool StepIdsHasBeenSet() const
ListStepsRequest & AddStepStates(const StepState &value)
const Aws::Vector< Aws::String > & GetStepIds() const
void SetClusterId(const Aws::String &value)
void SetMarker(Aws::String &&value)
ListStepsRequest & WithStepIds(Aws::Vector< Aws::String > &&value)
void SetMarker(const char *value)
ListStepsRequest & AddStepIds(const char *value)
ListStepsRequest & WithStepIds(const Aws::Vector< Aws::String > &value)
const Aws::Vector< StepState > & GetStepStates() const
void SetStepStates(Aws::Vector< StepState > &&value)
ListStepsRequest & AddStepIds(Aws::String &&value)
void SetClusterId(Aws::String &&value)
bool MarkerHasBeenSet() const
ListStepsRequest & WithClusterId(Aws::String &&value)
ListStepsRequest & WithClusterId(const char *value)
void SetStepStates(const Aws::Vector< StepState > &value)
ListStepsRequest & WithMarker(const char *value)
ListStepsRequest & WithMarker(Aws::String &&value)
void SetClusterId(const char *value)
ListStepsRequest & AddStepStates(StepState &&value)
bool ClusterIdHasBeenSet() const
ListStepsRequest & WithStepStates(const Aws::Vector< StepState > &value)
ListStepsRequest & WithStepStates(Aws::Vector< StepState > &&value)
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMarker(const Aws::String &value)
ListStepsRequest & AddStepIds(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector