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>
42 template <
typename JobFlowIdsT = Aws::Vector<Aws::String>>
44 m_jobFlowIdsHasBeenSet =
true;
45 m_jobFlowIds = std::forward<JobFlowIdsT>(value);
47 template <
typename JobFlowIdsT = Aws::Vector<Aws::String>>
52 template <
typename JobFlowIdsT = Aws::String>
54 m_jobFlowIdsHasBeenSet =
true;
55 m_jobFlowIds.emplace_back(std::forward<JobFlowIdsT>(value));
68 m_unhealthyNodeReplacementHasBeenSet =
true;
69 m_unhealthyNodeReplacement = value;
79 bool m_unhealthyNodeReplacement{
false};
80 bool m_jobFlowIdsHasBeenSet =
false;
81 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