AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SageMaker
22{
23namespace Model
24{
25
40 {
41 public:
42 AWS_SAGEMAKER_API VariantProperty() = default;
43 AWS_SAGEMAKER_API VariantProperty(Aws::Utils::Json::JsonView jsonValue);
45 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
46
47
49
62 inline VariantPropertyType GetVariantPropertyType() const { return m_variantPropertyType; }
63 inline bool VariantPropertyTypeHasBeenSet() const { return m_variantPropertyTypeHasBeenSet; }
64 inline void SetVariantPropertyType(VariantPropertyType value) { m_variantPropertyTypeHasBeenSet = true; m_variantPropertyType = value; }
67 private:
68
70 bool m_variantPropertyTypeHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace SageMaker
75} // 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