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>
68 bool m_jobFlowIdsHasBeenSet =
false;
70 bool m_unhealthyNodeReplacement;
71 bool m_unhealthyNodeReplacementHasBeenSet =
false;
bool JobFlowIdsHasBeenSet() const
SetUnhealthyNodeReplacementRequest & AddJobFlowIds(const Aws::String &value)
AWS_EMR_API SetUnhealthyNodeReplacementRequest()
void SetJobFlowIds(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetJobFlowIds() const
SetUnhealthyNodeReplacementRequest & AddJobFlowIds(const char *value)
bool GetUnhealthyNodeReplacement() const
void SetUnhealthyNodeReplacement(bool value)
bool UnhealthyNodeReplacementHasBeenSet() const
void SetJobFlowIds(Aws::Vector< Aws::String > &&value)
SetUnhealthyNodeReplacementRequest & AddJobFlowIds(Aws::String &&value)
AWS_EMR_API Aws::String SerializePayload() const override
SetUnhealthyNodeReplacementRequest & WithUnhealthyNodeReplacement(bool value)
SetUnhealthyNodeReplacementRequest & WithJobFlowIds(const Aws::Vector< Aws::String > &value)
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
SetUnhealthyNodeReplacementRequest & WithJobFlowIds(Aws::Vector< Aws::String > &&value)
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