AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
VariantProperty.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/VariantPropertyType.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMaker {
20namespace Model {
21
36 public:
37 AWS_SAGEMAKER_API VariantProperty() = default;
38 AWS_SAGEMAKER_API VariantProperty(Aws::Utils::Json::JsonView jsonValue);
40 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
41
43
56 inline VariantPropertyType GetVariantPropertyType() const { return m_variantPropertyType; }
57 inline bool VariantPropertyTypeHasBeenSet() const { return m_variantPropertyTypeHasBeenSet; }
59 m_variantPropertyTypeHasBeenSet = true;
60 m_variantPropertyType = value;
61 }
64 return *this;
65 }
67 private:
69 bool m_variantPropertyTypeHasBeenSet = false;
70};
71
72} // namespace Model
73} // namespace SageMaker
74} // namespace Aws
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
VariantPropertyType GetVariantPropertyType() const
AWS_SAGEMAKER_API VariantProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API VariantProperty()=default
AWS_SAGEMAKER_API VariantProperty(Aws::Utils::Json::JsonView jsonValue)
void SetVariantPropertyType(VariantPropertyType value)
VariantProperty & WithVariantPropertyType(VariantPropertyType value)
Aws::Utils::Json::JsonValue JsonValue