AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
OnlineStoreConfigUpdate.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/TtlDuration.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
29 public:
30 AWS_SAGEMAKER_API OnlineStoreConfigUpdate() = default;
33 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
43 inline const TtlDuration& GetTtlDuration() const { return m_ttlDuration; }
44 inline bool TtlDurationHasBeenSet() const { return m_ttlDurationHasBeenSet; }
45 template <typename TtlDurationT = TtlDuration>
46 void SetTtlDuration(TtlDurationT&& value) {
47 m_ttlDurationHasBeenSet = true;
48 m_ttlDuration = std::forward<TtlDurationT>(value);
49 }
50 template <typename TtlDurationT = TtlDuration>
52 SetTtlDuration(std::forward<TtlDurationT>(value));
53 return *this;
54 }
56 private:
57 TtlDuration m_ttlDuration;
58 bool m_ttlDurationHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace SageMaker
63} // namespace Aws
OnlineStoreConfigUpdate & WithTtlDuration(TtlDurationT &&value)
AWS_SAGEMAKER_API OnlineStoreConfigUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API OnlineStoreConfigUpdate()=default
AWS_SAGEMAKER_API OnlineStoreConfigUpdate(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue