7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticmapreduce/EMRRequest.h>
10#include <aws/elasticmapreduce/EMR_EXPORTS.h>
11#include <aws/elasticmapreduce/model/StepState.h>
44 template <
typename ClusterIdT = Aws::String>
46 m_clusterIdHasBeenSet =
true;
47 m_clusterId = std::forward<ClusterIdT>(value);
49 template <
typename ClusterIdT = Aws::String>
62 template <
typename StepStatesT = Aws::Vector<StepState>>
64 m_stepStatesHasBeenSet =
true;
65 m_stepStates = std::forward<StepStatesT>(value);
67 template <
typename StepStatesT = Aws::Vector<StepState>>
73 m_stepStatesHasBeenSet =
true;
74 m_stepStates.push_back(value);
87 template <
typename StepIdsT = Aws::Vector<Aws::String>>
89 m_stepIdsHasBeenSet =
true;
90 m_stepIds = std::forward<StepIdsT>(value);
92 template <
typename StepIdsT = Aws::Vector<Aws::String>>
97 template <
typename StepIdsT = Aws::String>
99 m_stepIdsHasBeenSet =
true;
100 m_stepIds.emplace_back(std::forward<StepIdsT>(value));
115 template <
typename MarkerT = Aws::String>
117 m_markerHasBeenSet =
true;
118 m_marker = std::forward<MarkerT>(value);
120 template <
typename MarkerT = Aws::String>
134 bool m_clusterIdHasBeenSet =
false;
135 bool m_stepStatesHasBeenSet =
false;
136 bool m_stepIdsHasBeenSet =
false;
137 bool m_markerHasBeenSet =
false;
bool StepStatesHasBeenSet() const
ListStepsRequest & WithMarker(MarkerT &&value)
AWS_EMR_API ListStepsRequest()=default
ListStepsRequest & WithStepIds(StepIdsT &&value)
const Aws::String & GetMarker() const
const Aws::String & GetClusterId() const
AWS_EMR_API Aws::String SerializePayload() const override
void SetStepIds(StepIdsT &&value)
ListStepsRequest & AddStepStates(StepState value)
void SetStepStates(StepStatesT &&value)
bool StepIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetStepIds() const
ListStepsRequest & WithClusterId(ClusterIdT &&value)
const Aws::Vector< StepState > & GetStepStates() const
ListStepsRequest & WithStepStates(StepStatesT &&value)
void SetClusterId(ClusterIdT &&value)
bool MarkerHasBeenSet() const
void SetMarker(MarkerT &&value)
ListStepsRequest & AddStepIds(StepIdsT &&value)
bool ClusterIdHasBeenSet() const
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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