AWS SDK for C++

AWS SDK for C++ Version 1.11.637

Loading...
Searching...
No Matches
TrustedIdentityPropagationSettings.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/FeatureStatus.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
35 {
36 public:
37 AWS_SAGEMAKER_API TrustedIdentityPropagationSettings() = default;
40 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
52 inline FeatureStatus GetStatus() const { return m_status; }
53 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
54 inline void SetStatus(FeatureStatus value) { m_statusHasBeenSet = true; m_status = value; }
57 private:
58
60 bool m_statusHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace SageMaker
65} // namespace Aws
AWS_SAGEMAKER_API TrustedIdentityPropagationSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API TrustedIdentityPropagationSettings()=default
TrustedIdentityPropagationSettings & WithStatus(FeatureStatus value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API TrustedIdentityPropagationSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue