7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
19namespace SageMakerGeospatial {
41 m_eoCloudCoverHasBeenSet =
true;
42 m_eoCloudCover = value;
57 m_landsatCloudCoverLandHasBeenSet =
true;
58 m_landsatCloudCoverLand = value;
74 template <
typename PlatformT = Aws::String>
76 m_platformHasBeenSet =
true;
77 m_platform = std::forward<PlatformT>(value);
79 template <
typename PlatformT = Aws::String>
94 m_viewOffNadirHasBeenSet =
true;
95 m_viewOffNadir = value;
112 m_viewSunAzimuthHasBeenSet =
true;
113 m_viewSunAzimuth = value;
133 m_viewSunElevationHasBeenSet =
true;
134 m_viewSunElevation = value;
142 double m_eoCloudCover{0.0};
144 double m_landsatCloudCoverLand{0.0};
148 double m_viewOffNadir{0.0};
150 double m_viewSunAzimuth{0.0};
152 double m_viewSunElevation{0.0};
153 bool m_eoCloudCoverHasBeenSet =
false;
154 bool m_landsatCloudCoverLandHasBeenSet =
false;
155 bool m_platformHasBeenSet =
false;
156 bool m_viewOffNadirHasBeenSet =
false;
157 bool m_viewSunAzimuthHasBeenSet =
false;
158 bool m_viewSunElevationHasBeenSet =
false;
void SetEoCloudCover(double value)
Properties & WithEoCloudCover(double value)
const Aws::String & GetPlatform() const
bool EoCloudCoverHasBeenSet() const
double GetViewSunElevation() const
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetViewSunElevation(double value)
bool LandsatCloudCoverLandHasBeenSet() const
bool ViewSunElevationHasBeenSet() const
double GetEoCloudCover() const
bool ViewOffNadirHasBeenSet() const
double GetViewOffNadir() const
AWS_SAGEMAKERGEOSPATIAL_API Properties & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PlatformHasBeenSet() const
Properties & WithPlatform(PlatformT &&value)
AWS_SAGEMAKERGEOSPATIAL_API Properties()=default
void SetViewSunAzimuth(double value)
AWS_SAGEMAKERGEOSPATIAL_API Properties(Aws::Utils::Json::JsonView jsonValue)
Properties & WithLandsatCloudCoverLand(double value)
double GetLandsatCloudCoverLand() const
Properties & WithViewSunAzimuth(double value)
Properties & WithViewOffNadir(double value)
void SetViewOffNadir(double value)
bool ViewSunAzimuthHasBeenSet() const
double GetViewSunAzimuth() const
Properties & WithViewSunElevation(double value)
void SetLandsatCloudCoverLand(double value)
void SetPlatform(PlatformT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue