/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information on the network path associated with a finding.See
* Also:
AWS
* API Reference
The details on the steps in the network path.
*/ inline const Aws::VectorThe details on the steps in the network path.
*/ inline bool StepsHasBeenSet() const { return m_stepsHasBeenSet; } /** *The details on the steps in the network path.
*/ inline void SetSteps(const Aws::VectorThe details on the steps in the network path.
*/ inline void SetSteps(Aws::VectorThe details on the steps in the network path.
*/ inline NetworkPath& WithSteps(const Aws::VectorThe details on the steps in the network path.
*/ inline NetworkPath& WithSteps(Aws::VectorThe details on the steps in the network path.
*/ inline NetworkPath& AddSteps(const Step& value) { m_stepsHasBeenSet = true; m_steps.push_back(value); return *this; } /** *The details on the steps in the network path.
*/ inline NetworkPath& AddSteps(Step&& value) { m_stepsHasBeenSet = true; m_steps.push_back(std::move(value)); return *this; } private: Aws::Vector