AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LandsatCloudCoverLandInput.h
1
6#pragma once
7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMakerGeospatial
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_SAGEMAKERGEOSPATIAL_API LandsatCloudCoverLandInput();
34 AWS_SAGEMAKERGEOSPATIAL_API LandsatCloudCoverLandInput(Aws::Utils::Json::JsonView jsonValue);
35 AWS_SAGEMAKERGEOSPATIAL_API LandsatCloudCoverLandInput& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline double GetLowerBound() const{ return m_lowerBound; }
45 inline bool LowerBoundHasBeenSet() const { return m_lowerBoundHasBeenSet; }
46 inline void SetLowerBound(double value) { m_lowerBoundHasBeenSet = true; m_lowerBound = value; }
47 inline LandsatCloudCoverLandInput& WithLowerBound(double value) { SetLowerBound(value); return *this;}
49
51
55 inline double GetUpperBound() const{ return m_upperBound; }
56 inline bool UpperBoundHasBeenSet() const { return m_upperBoundHasBeenSet; }
57 inline void SetUpperBound(double value) { m_upperBoundHasBeenSet = true; m_upperBound = value; }
58 inline LandsatCloudCoverLandInput& WithUpperBound(double value) { SetUpperBound(value); return *this;}
60 private:
61
62 double m_lowerBound;
63 bool m_lowerBoundHasBeenSet = false;
64
65 double m_upperBound;
66 bool m_upperBoundHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace SageMakerGeospatial
71} // namespace Aws
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKERGEOSPATIAL_API LandsatCloudCoverLandInput(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKERGEOSPATIAL_API LandsatCloudCoverLandInput & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue