7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/networkmanager/model/RouteAnalysisCompletion.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/networkmanager/model/PathComponent.h>
23namespace NetworkManager
48 template<
typename CompletionStatusT = RouteAnalysisCompletion>
49 void SetCompletionStatus(CompletionStatusT&& value) { m_completionStatusHasBeenSet =
true; m_completionStatus = std::forward<CompletionStatusT>(value); }
50 template<
typename CompletionStatusT = RouteAnalysisCompletion>
60 template<
typename PathT = Aws::Vector<PathComponent>>
61 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
62 template<
typename PathT = Aws::Vector<PathComponent>>
64 template<
typename PathT = PathComponent>
65 RouteAnalysisPath&
AddPath(PathT&& value) { m_pathHasBeenSet =
true; m_path.emplace_back(std::forward<PathT>(value));
return *
this; }
70 bool m_completionStatusHasBeenSet =
false;
73 bool m_pathHasBeenSet =
false;
bool PathHasBeenSet() const
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
RouteAnalysisPath & WithCompletionStatus(CompletionStatusT &&value)
const Aws::Vector< PathComponent > & GetPath() const
bool CompletionStatusHasBeenSet() const
const RouteAnalysisCompletion & GetCompletionStatus() const
AWS_NETWORKMANAGER_API RouteAnalysisPath()=default
AWS_NETWORKMANAGER_API RouteAnalysisPath & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_NETWORKMANAGER_API RouteAnalysisPath(Aws::Utils::Json::JsonView jsonValue)
RouteAnalysisPath & AddPath(PathT &&value)
RouteAnalysisPath & WithPath(PathT &&value)
void SetPath(PathT &&value)
void SetCompletionStatus(CompletionStatusT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue