AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BandMathConfigInput.h
1
6#pragma once
7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/model/CustomIndicesInput.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace SageMakerGeospatial
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_SAGEMAKERGEOSPATIAL_API BandMathConfigInput();
38 AWS_SAGEMAKERGEOSPATIAL_API BandMathConfigInput(Aws::Utils::Json::JsonView jsonValue);
39 AWS_SAGEMAKERGEOSPATIAL_API BandMathConfigInput& operator=(Aws::Utils::Json::JsonView jsonValue);
40 AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const CustomIndicesInput& GetCustomIndices() const{ return m_customIndices; }
48 inline bool CustomIndicesHasBeenSet() const { return m_customIndicesHasBeenSet; }
49 inline void SetCustomIndices(const CustomIndicesInput& value) { m_customIndicesHasBeenSet = true; m_customIndices = value; }
50 inline void SetCustomIndices(CustomIndicesInput&& value) { m_customIndicesHasBeenSet = true; m_customIndices = std::move(value); }
51 inline BandMathConfigInput& WithCustomIndices(const CustomIndicesInput& value) { SetCustomIndices(value); return *this;}
52 inline BandMathConfigInput& WithCustomIndices(CustomIndicesInput&& value) { SetCustomIndices(std::move(value)); return *this;}
54
56
61 inline const Aws::Vector<Aws::String>& GetPredefinedIndices() const{ return m_predefinedIndices; }
62 inline bool PredefinedIndicesHasBeenSet() const { return m_predefinedIndicesHasBeenSet; }
63 inline void SetPredefinedIndices(const Aws::Vector<Aws::String>& value) { m_predefinedIndicesHasBeenSet = true; m_predefinedIndices = value; }
64 inline void SetPredefinedIndices(Aws::Vector<Aws::String>&& value) { m_predefinedIndicesHasBeenSet = true; m_predefinedIndices = std::move(value); }
67 inline BandMathConfigInput& AddPredefinedIndices(const Aws::String& value) { m_predefinedIndicesHasBeenSet = true; m_predefinedIndices.push_back(value); return *this; }
68 inline BandMathConfigInput& AddPredefinedIndices(Aws::String&& value) { m_predefinedIndicesHasBeenSet = true; m_predefinedIndices.push_back(std::move(value)); return *this; }
69 inline BandMathConfigInput& AddPredefinedIndices(const char* value) { m_predefinedIndicesHasBeenSet = true; m_predefinedIndices.push_back(value); return *this; }
71 private:
72
73 CustomIndicesInput m_customIndices;
74 bool m_customIndicesHasBeenSet = false;
75
76 Aws::Vector<Aws::String> m_predefinedIndices;
77 bool m_predefinedIndicesHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace SageMakerGeospatial
82} // namespace Aws
AWS_SAGEMAKERGEOSPATIAL_API BandMathConfigInput()
BandMathConfigInput & WithCustomIndices(const CustomIndicesInput &value)
BandMathConfigInput & WithCustomIndices(CustomIndicesInput &&value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
BandMathConfigInput & WithPredefinedIndices(Aws::Vector< Aws::String > &&value)
BandMathConfigInput & AddPredefinedIndices(const char *value)
void SetPredefinedIndices(const Aws::Vector< Aws::String > &value)
AWS_SAGEMAKERGEOSPATIAL_API BandMathConfigInput & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCustomIndices(const CustomIndicesInput &value)
AWS_SAGEMAKERGEOSPATIAL_API BandMathConfigInput(Aws::Utils::Json::JsonView jsonValue)
BandMathConfigInput & WithPredefinedIndices(const Aws::Vector< Aws::String > &value)
BandMathConfigInput & AddPredefinedIndices(Aws::String &&value)
void SetPredefinedIndices(Aws::Vector< Aws::String > &&value)
BandMathConfigInput & AddPredefinedIndices(const Aws::String &value)
const Aws::Vector< Aws::String > & GetPredefinedIndices() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue