7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/elasticmapreduce/EMRRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename JobFlowIdsT = Aws::Vector<Aws::String>>
47 void SetJobFlowIds(JobFlowIdsT&& value) { m_jobFlowIdsHasBeenSet =
true; m_jobFlowIds = std::forward<JobFlowIdsT>(value); }
48 template<
typename JobFlowIdsT = Aws::Vector<Aws::String>>
50 template<
typename JobFlowIdsT = Aws::String>
67 bool m_jobFlowIdsHasBeenSet =
false;
69 bool m_unhealthyNodeReplacement{
false};
70 bool m_unhealthyNodeReplacementHasBeenSet =
false;
bool JobFlowIdsHasBeenSet() const
void SetJobFlowIds(JobFlowIdsT &&value)
const Aws::Vector< Aws::String > & GetJobFlowIds() const
AWS_EMR_API SetUnhealthyNodeReplacementRequest()=default
bool GetUnhealthyNodeReplacement() const
void SetUnhealthyNodeReplacement(bool value)
bool UnhealthyNodeReplacementHasBeenSet() const
SetUnhealthyNodeReplacementRequest & AddJobFlowIds(JobFlowIdsT &&value)
AWS_EMR_API Aws::String SerializePayload() const override
SetUnhealthyNodeReplacementRequest & WithUnhealthyNodeReplacement(bool value)
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
SetUnhealthyNodeReplacementRequest & WithJobFlowIds(JobFlowIdsT &&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