7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace SageMakerGeospatial
46 inline void SetEoCloudCover(
double value) { m_eoCloudCoverHasBeenSet =
true; m_eoCloudCover = value; }
56 inline void SetLandsatCloudCoverLand(
double value) { m_landsatCloudCoverLandHasBeenSet =
true; m_landsatCloudCoverLand = value; }
68 template<
typename PlatformT = Aws::String>
69 void SetPlatform(PlatformT&& value) { m_platformHasBeenSet =
true; m_platform = std::forward<PlatformT>(value); }
70 template<
typename PlatformT = Aws::String>
81 inline void SetViewOffNadir(
double value) { m_viewOffNadirHasBeenSet =
true; m_viewOffNadir = value; }
93 inline void SetViewSunAzimuth(
double value) { m_viewSunAzimuthHasBeenSet =
true; m_viewSunAzimuth = value; }
108 inline void SetViewSunElevation(
double value) { m_viewSunElevationHasBeenSet =
true; m_viewSunElevation = value; }
113 double m_eoCloudCover{0.0};
114 bool m_eoCloudCoverHasBeenSet =
false;
116 double m_landsatCloudCoverLand{0.0};
117 bool m_landsatCloudCoverLandHasBeenSet =
false;
120 bool m_platformHasBeenSet =
false;
122 double m_viewOffNadir{0.0};
123 bool m_viewOffNadirHasBeenSet =
false;
125 double m_viewSunAzimuth{0.0};
126 bool m_viewSunAzimuthHasBeenSet =
false;
128 double m_viewSunElevation{0.0};
129 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