/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Input to the TerminateJobFlows operation. See Also:
* AWS
* API Reference
A list of job flows to be shut down.
*/ inline const Aws::VectorA list of job flows to be shut down.
*/ inline bool JobFlowIdsHasBeenSet() const { return m_jobFlowIdsHasBeenSet; } /** *A list of job flows to be shut down.
*/ inline void SetJobFlowIds(const Aws::VectorA list of job flows to be shut down.
*/ inline void SetJobFlowIds(Aws::VectorA list of job flows to be shut down.
*/ inline TerminateJobFlowsRequest& WithJobFlowIds(const Aws::VectorA list of job flows to be shut down.
*/ inline TerminateJobFlowsRequest& WithJobFlowIds(Aws::VectorA list of job flows to be shut down.
*/ inline TerminateJobFlowsRequest& AddJobFlowIds(const Aws::String& value) { m_jobFlowIdsHasBeenSet = true; m_jobFlowIds.push_back(value); return *this; } /** *A list of job flows to be shut down.
*/ inline TerminateJobFlowsRequest& AddJobFlowIds(Aws::String&& value) { m_jobFlowIdsHasBeenSet = true; m_jobFlowIds.push_back(std::move(value)); return *this; } /** *A list of job flows to be shut down.
*/ inline TerminateJobFlowsRequest& AddJobFlowIds(const char* value) { m_jobFlowIdsHasBeenSet = true; m_jobFlowIds.push_back(value); return *this; } private: Aws::Vector