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>
48 template<
typename JobFlowIdsT = Aws::Vector<Aws::String>>
49 void SetJobFlowIds(JobFlowIdsT&& value) { m_jobFlowIdsHasBeenSet =
true; m_jobFlowIds = std::forward<JobFlowIdsT>(value); }
50 template<
typename JobFlowIdsT = Aws::Vector<Aws::String>>
52 template<
typename JobFlowIdsT = Aws::String>
58 bool m_jobFlowIdsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetJobFlowIds() const
TerminateJobFlowsRequest & AddJobFlowIds(JobFlowIdsT &&value)
TerminateJobFlowsRequest & WithJobFlowIds(JobFlowIdsT &&value)
AWS_EMR_API Aws::String SerializePayload() const override
bool JobFlowIdsHasBeenSet() const
AWS_EMR_API TerminateJobFlowsRequest()=default
void SetJobFlowIds(JobFlowIdsT &&value)
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