7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker-geospatial/model/OutputType.h>
22namespace SageMakerGeospatial
49 template<
typename EquationT = Aws::String>
50 void SetEquation(EquationT&& value) { m_equationHasBeenSet =
true; m_equation = std::forward<EquationT>(value); }
51 template<
typename EquationT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
79 bool m_equationHasBeenSet =
false;
82 bool m_nameHasBeenSet =
false;
85 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