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; }
70 inline void SetPlatform(
const char* value) { m_platformHasBeenSet =
true; m_platform.assign(value); }
83 inline void SetViewOffNadir(
double value) { m_viewOffNadirHasBeenSet =
true; m_viewOffNadir = value; }
95 inline void SetViewSunAzimuth(
double value) { m_viewSunAzimuthHasBeenSet =
true; m_viewSunAzimuth = value; }
110 inline void SetViewSunElevation(
double value) { m_viewSunElevationHasBeenSet =
true; m_viewSunElevation = value; }
115 double m_eoCloudCover;
116 bool m_eoCloudCoverHasBeenSet =
false;
118 double m_landsatCloudCoverLand;
119 bool m_landsatCloudCoverLandHasBeenSet =
false;
122 bool m_platformHasBeenSet =
false;
124 double m_viewOffNadir;
125 bool m_viewOffNadirHasBeenSet =
false;
127 double m_viewSunAzimuth;
128 bool m_viewSunAzimuthHasBeenSet =
false;
130 double m_viewSunElevation;
131 bool m_viewSunElevationHasBeenSet =
false;
void SetEoCloudCover(double value)
Properties & WithEoCloudCover(double value)
void SetPlatform(const char *value)
const Aws::String & GetPlatform() const
Properties & WithPlatform(const Aws::String &value)
bool EoCloudCoverHasBeenSet() const
double GetViewSunElevation() const
AWS_SAGEMAKERGEOSPATIAL_API Properties()
Properties & WithPlatform(Aws::String &&value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetViewSunElevation(double value)
bool LandsatCloudCoverLandHasBeenSet() const
void SetPlatform(Aws::String &&value)
bool ViewSunElevationHasBeenSet() const
double GetEoCloudCover() const
bool ViewOffNadirHasBeenSet() const
double GetViewOffNadir() const
void SetPlatform(const Aws::String &value)
AWS_SAGEMAKERGEOSPATIAL_API Properties & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PlatformHasBeenSet() const
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)
Properties & WithPlatform(const char *value)
void SetViewOffNadir(double value)
bool ViewSunAzimuthHasBeenSet() const
double GetViewSunAzimuth() const
Properties & WithViewSunElevation(double value)
void SetLandsatCloudCoverLand(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue