7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9#include <aws/groundstation/model/AngleUnits.h>
10#include <aws/groundstation/model/AzElSegment.h>
21namespace GroundStation {
46 m_angleUnitHasBeenSet =
true;
62 template <
typename AzElSegmentListT = Aws::Vector<AzElSegment>>
64 m_azElSegmentListHasBeenSet =
true;
65 m_azElSegmentList = std::forward<AzElSegmentListT>(value);
67 template <
typename AzElSegmentListT = Aws::Vector<AzElSegment>>
72 template <
typename AzElSegmentListT = AzElSegment>
74 m_azElSegmentListHasBeenSet =
true;
75 m_azElSegmentList.emplace_back(std::forward<AzElSegmentListT>(value));
83 bool m_angleUnitHasBeenSet =
false;
84 bool m_azElSegmentListHasBeenSet =
false;
AzElSegments & WithAzElSegmentList(AzElSegmentListT &&value)
AWS_GROUNDSTATION_API AzElSegments & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API AzElSegments()=default
const Aws::Vector< AzElSegment > & GetAzElSegmentList() const
bool AngleUnitHasBeenSet() const
void SetAzElSegmentList(AzElSegmentListT &&value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AzElSegments & AddAzElSegmentList(AzElSegmentListT &&value)
AngleUnits GetAngleUnit() const
AWS_GROUNDSTATION_API AzElSegments(Aws::Utils::Json::JsonView jsonValue)
void SetAngleUnit(AngleUnits value)
AzElSegments & WithAngleUnit(AngleUnits value)
bool AzElSegmentListHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue