7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
9#include <aws/sagemaker-geospatial/model/OutputType.h>
20namespace SageMakerGeospatial {
43 template <
typename EquationT = Aws::String>
45 m_equationHasBeenSet =
true;
46 m_equation = std::forward<EquationT>(value);
48 template <
typename EquationT = Aws::String>
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
80 m_outputTypeHasBeenSet =
true;
94 bool m_equationHasBeenSet =
false;
95 bool m_nameHasBeenSet =
false;
96 bool m_outputTypeHasBeenSet =
false;
Operation & WithOutputType(OutputType value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
Operation & WithEquation(EquationT &&value)
void SetOutputType(OutputType value)
AWS_SAGEMAKERGEOSPATIAL_API Operation(Aws::Utils::Json::JsonView jsonValue)
OutputType GetOutputType() const
void SetEquation(EquationT &&value)
bool NameHasBeenSet() const
AWS_SAGEMAKERGEOSPATIAL_API Operation & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
Operation & WithName(NameT &&value)
bool EquationHasBeenSet() const
bool OutputTypeHasBeenSet() const
const Aws::String & GetEquation() const
void SetName(NameT &&value)
AWS_SAGEMAKERGEOSPATIAL_API Operation()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue