AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
DataUpdateRequestDetails.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 DataUpdateRequestDetails() = default;
33 AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::Utils::DateTime& GetDataUpdatedAt() const { return m_dataUpdatedAt; }
41 inline bool DataUpdatedAtHasBeenSet() const { return m_dataUpdatedAtHasBeenSet; }
42 template <typename DataUpdatedAtT = Aws::Utils::DateTime>
43 void SetDataUpdatedAt(DataUpdatedAtT&& value) {
44 m_dataUpdatedAtHasBeenSet = true;
45 m_dataUpdatedAt = std::forward<DataUpdatedAtT>(value);
46 }
47 template <typename DataUpdatedAtT = Aws::Utils::DateTime>
49 SetDataUpdatedAt(std::forward<DataUpdatedAtT>(value));
50 return *this;
51 }
53 private:
54 Aws::Utils::DateTime m_dataUpdatedAt{};
55 bool m_dataUpdatedAtHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace DataExchange
60} // namespace Aws
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAEXCHANGE_API DataUpdateRequestDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
DataUpdateRequestDetails & WithDataUpdatedAt(DataUpdatedAtT &&value)
AWS_DATAEXCHANGE_API DataUpdateRequestDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAEXCHANGE_API DataUpdateRequestDetails()=default
Aws::Utils::Json::JsonValue JsonValue