AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
DeprecationRequestDetails.h
1
6#pragma once
7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/core/utils/DateTime.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 DataExchange
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_DATAEXCHANGE_API DeprecationRequestDetails() = default;
38 AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::Utils::DateTime& GetDeprecationAt() const { return m_deprecationAt; }
46 inline bool DeprecationAtHasBeenSet() const { return m_deprecationAtHasBeenSet; }
47 template<typename DeprecationAtT = Aws::Utils::DateTime>
48 void SetDeprecationAt(DeprecationAtT&& value) { m_deprecationAtHasBeenSet = true; m_deprecationAt = std::forward<DeprecationAtT>(value); }
49 template<typename DeprecationAtT = Aws::Utils::DateTime>
50 DeprecationRequestDetails& WithDeprecationAt(DeprecationAtT&& value) { SetDeprecationAt(std::forward<DeprecationAtT>(value)); return *this;}
52 private:
53
54 Aws::Utils::DateTime m_deprecationAt{};
55 bool m_deprecationAtHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace DataExchange
60} // 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