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>
48 template<
typename ClusterIdT = Aws::String>
49 void SetClusterId(ClusterIdT&& value) { m_clusterIdHasBeenSet =
true; m_clusterId = std::forward<ClusterIdT>(value); }
50 template<
typename ClusterIdT = Aws::String>
60 template<
typename StepStatesT = Aws::Vector<StepState>>
61 void SetStepStates(StepStatesT&& value) { m_stepStatesHasBeenSet =
true; m_stepStates = std::forward<StepStatesT>(value); }
62 template<
typename StepStatesT = Aws::Vector<StepState>>
75 template<
typename StepIdsT = Aws::Vector<Aws::String>>
76 void SetStepIds(StepIdsT&& value) { m_stepIdsHasBeenSet =
true; m_stepIds = std::forward<StepIdsT>(value); }
77 template<
typename StepIdsT = Aws::Vector<Aws::String>>
79 template<
typename StepIdsT = Aws::String>
80 ListStepsRequest&
AddStepIds(StepIdsT&& value) { m_stepIdsHasBeenSet =
true; m_stepIds.emplace_back(std::forward<StepIdsT>(value));
return *
this; }
93 template<
typename MarkerT = Aws::String>
94 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
95 template<
typename MarkerT = Aws::String>
101 bool m_clusterIdHasBeenSet =
false;
104 bool m_stepStatesHasBeenSet =
false;
107 bool m_stepIdsHasBeenSet =
false;
110 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