7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/inspector2/model/Step.h>
53 inline NetworkPath&
AddSteps(
Step&& value) { m_stepsHasBeenSet =
true; m_steps.push_back(std::move(value));
return *
this; }
58 bool m_stepsHasBeenSet =
false;
NetworkPath & WithSteps(Aws::Vector< Step > &&value)
bool StepsHasBeenSet() const
void SetSteps(const Aws::Vector< Step > &value)
NetworkPath & AddSteps(Step &&value)
AWS_INSPECTOR2_API NetworkPath()
NetworkPath & AddSteps(const Step &value)
AWS_INSPECTOR2_API NetworkPath(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API NetworkPath & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSteps(Aws::Vector< Step > &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Step > & GetSteps() const
NetworkPath & WithSteps(const Aws::Vector< Step > &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue