AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
GeoMosaicConfigInput.h
1
6#pragma once
7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/model/AlgorithmNameGeoMosaic.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 GeoMosaicConfigInput() = default;
38 AWS_SAGEMAKERGEOSPATIAL_API GeoMosaicConfigInput(Aws::Utils::Json::JsonView jsonValue);
39 AWS_SAGEMAKERGEOSPATIAL_API GeoMosaicConfigInput& operator=(Aws::Utils::Json::JsonView jsonValue);
40 AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline AlgorithmNameGeoMosaic GetAlgorithmName() const { return m_algorithmName; }
48 inline bool AlgorithmNameHasBeenSet() const { return m_algorithmNameHasBeenSet; }
49 inline void SetAlgorithmName(AlgorithmNameGeoMosaic value) { m_algorithmNameHasBeenSet = true; m_algorithmName = value; }
52
54
57 inline const Aws::Vector<Aws::String>& GetTargetBands() const { return m_targetBands; }
58 inline bool TargetBandsHasBeenSet() const { return m_targetBandsHasBeenSet; }
59 template<typename TargetBandsT = Aws::Vector<Aws::String>>
60 void SetTargetBands(TargetBandsT&& value) { m_targetBandsHasBeenSet = true; m_targetBands = std::forward<TargetBandsT>(value); }
61 template<typename TargetBandsT = Aws::Vector<Aws::String>>
62 GeoMosaicConfigInput& WithTargetBands(TargetBandsT&& value) { SetTargetBands(std::forward<TargetBandsT>(value)); return *this;}
63 template<typename TargetBandsT = Aws::String>
64 GeoMosaicConfigInput& AddTargetBands(TargetBandsT&& value) { m_targetBandsHasBeenSet = true; m_targetBands.emplace_back(std::forward<TargetBandsT>(value)); return *this; }
66 private:
67
69 bool m_algorithmNameHasBeenSet = false;
70
71 Aws::Vector<Aws::String> m_targetBands;
72 bool m_targetBandsHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace SageMakerGeospatial
77} // namespace Aws
AWS_SAGEMAKERGEOSPATIAL_API GeoMosaicConfigInput()=default
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
GeoMosaicConfigInput & AddTargetBands(TargetBandsT &&value)
AWS_SAGEMAKERGEOSPATIAL_API GeoMosaicConfigInput(Aws::Utils::Json::JsonView jsonValue)
GeoMosaicConfigInput & WithTargetBands(TargetBandsT &&value)
const Aws::Vector< Aws::String > & GetTargetBands() const
AWS_SAGEMAKERGEOSPATIAL_API GeoMosaicConfigInput & operator=(Aws::Utils::Json::JsonView jsonValue)
GeoMosaicConfigInput & WithAlgorithmName(AlgorithmNameGeoMosaic value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue