AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
DeprecationRequestDetails.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/dataexchange/DataExchange_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace DataExchange {
20namespace Model {
21
29 public:
30 AWS_DATAEXCHANGE_API DeprecationRequestDetails() = default;
33 AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::Utils::DateTime& GetDeprecationAt() const { return m_deprecationAt; }
40 inline bool DeprecationAtHasBeenSet() const { return m_deprecationAtHasBeenSet; }
41 template <typename DeprecationAtT = Aws::Utils::DateTime>
42 void SetDeprecationAt(DeprecationAtT&& value) {
43 m_deprecationAtHasBeenSet = true;
44 m_deprecationAt = std::forward<DeprecationAtT>(value);
45 }
46 template <typename DeprecationAtT = Aws::Utils::DateTime>
48 SetDeprecationAt(std::forward<DeprecationAtT>(value));
49 return *this;
50 }
52 private:
53 Aws::Utils::DateTime m_deprecationAt{};
54 bool m_deprecationAtHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace DataExchange
59} // namespace Aws
DeprecationRequestDetails & WithDeprecationAt(DeprecationAtT &&value)
AWS_DATAEXCHANGE_API DeprecationRequestDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAEXCHANGE_API DeprecationRequestDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAEXCHANGE_API DeprecationRequestDetails()=default
Aws::Utils::Json::JsonValue JsonValue