AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 const VariantPropertyType& GetVariantPropertyType() const{ return m_variantPropertyType; }
63 inline bool VariantPropertyTypeHasBeenSet() const { return m_variantPropertyTypeHasBeenSet; }
64 inline void SetVariantPropertyType(const VariantPropertyType& value) { m_variantPropertyTypeHasBeenSet = true; m_variantPropertyType = value; }
65 inline void SetVariantPropertyType(VariantPropertyType&& value) { m_variantPropertyTypeHasBeenSet = true; m_variantPropertyType = std::move(value); }
67 inline VariantProperty& WithVariantPropertyType(VariantPropertyType&& value) { SetVariantPropertyType(std::move(value)); return *this;}
69 private:
70
71 VariantPropertyType m_variantPropertyType;
72 bool m_variantPropertyTypeHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace SageMaker
77} // namespace Aws
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVariantPropertyType(VariantPropertyType &&value)
VariantProperty & WithVariantPropertyType(const VariantPropertyType &value)
AWS_SAGEMAKER_API VariantProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
VariantProperty & WithVariantPropertyType(VariantPropertyType &&value)
const VariantPropertyType & GetVariantPropertyType() const
void SetVariantPropertyType(const VariantPropertyType &value)
AWS_SAGEMAKER_API VariantProperty(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue