7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/accessanalyzer/model/Span.h>
10#include <aws/accessanalyzer/model/PathElement.h>
23namespace AccessAnalyzer
63 inline void SetSpan(
const Span& value) { m_spanHasBeenSet =
true; m_span = value; }
64 inline void SetSpan(
Span&& value) { m_spanHasBeenSet =
true; m_span = std::move(value); }
71 bool m_pathHasBeenSet =
false;
74 bool m_spanHasBeenSet =
false;
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
const Span & GetSpan() const
Location & WithPath(Aws::Vector< PathElement > &&value)
bool PathHasBeenSet() const
Location & WithPath(const Aws::Vector< PathElement > &value)
Location & AddPath(const PathElement &value)
AWS_ACCESSANALYZER_API Location()
void SetPath(const Aws::Vector< PathElement > &value)
AWS_ACCESSANALYZER_API Location & operator=(Aws::Utils::Json::JsonView jsonValue)
Location & WithSpan(const Span &value)
const Aws::Vector< PathElement > & GetPath() const
bool SpanHasBeenSet() const
Location & WithSpan(Span &&value)
void SetSpan(const Span &value)
void SetSpan(Span &&value)
void SetPath(Aws::Vector< PathElement > &&value)
Location & AddPath(PathElement &&value)
AWS_ACCESSANALYZER_API Location(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue