/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The output for the AddJobFlowSteps operation. See
* Also:
AWS
* API Reference
The identifiers of the list of steps added to the job flow.
*/ inline const Aws::VectorThe identifiers of the list of steps added to the job flow.
*/ inline void SetStepIds(const Aws::VectorThe identifiers of the list of steps added to the job flow.
*/ inline void SetStepIds(Aws::VectorThe identifiers of the list of steps added to the job flow.
*/ inline AddJobFlowStepsResult& WithStepIds(const Aws::VectorThe identifiers of the list of steps added to the job flow.
*/ inline AddJobFlowStepsResult& WithStepIds(Aws::VectorThe identifiers of the list of steps added to the job flow.
*/ inline AddJobFlowStepsResult& AddStepIds(const Aws::String& value) { m_stepIds.push_back(value); return *this; } /** *The identifiers of the list of steps added to the job flow.
*/ inline AddJobFlowStepsResult& AddStepIds(Aws::String&& value) { m_stepIds.push_back(std::move(value)); return *this; } /** *The identifiers of the list of steps added to the job flow.
*/ inline AddJobFlowStepsResult& AddStepIds(const char* value) { m_stepIds.push_back(value); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline AddJobFlowStepsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline AddJobFlowStepsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline AddJobFlowStepsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector