AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
GetSolFunctionInstanceMetadata.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/tnb/Tnb_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace tnb {
20namespace Model {
21
29 public:
30 AWS_TNB_API GetSolFunctionInstanceMetadata() = default;
34
36
39 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
40 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
41 template <typename CreatedAtT = Aws::Utils::DateTime>
42 void SetCreatedAt(CreatedAtT&& value) {
43 m_createdAtHasBeenSet = true;
44 m_createdAt = std::forward<CreatedAtT>(value);
45 }
46 template <typename CreatedAtT = Aws::Utils::DateTime>
48 SetCreatedAt(std::forward<CreatedAtT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::Utils::DateTime& GetLastModified() const { return m_lastModified; }
58 inline bool LastModifiedHasBeenSet() const { return m_lastModifiedHasBeenSet; }
59 template <typename LastModifiedT = Aws::Utils::DateTime>
60 void SetLastModified(LastModifiedT&& value) {
61 m_lastModifiedHasBeenSet = true;
62 m_lastModified = std::forward<LastModifiedT>(value);
63 }
64 template <typename LastModifiedT = Aws::Utils::DateTime>
66 SetLastModified(std::forward<LastModifiedT>(value));
67 return *this;
68 }
70 private:
71 Aws::Utils::DateTime m_createdAt{};
72
73 Aws::Utils::DateTime m_lastModified{};
74 bool m_createdAtHasBeenSet = false;
75 bool m_lastModifiedHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace tnb
80} // namespace Aws
GetSolFunctionInstanceMetadata & WithLastModified(LastModifiedT &&value)
AWS_TNB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TNB_API GetSolFunctionInstanceMetadata(Aws::Utils::Json::JsonView jsonValue)
GetSolFunctionInstanceMetadata & WithCreatedAt(CreatedAtT &&value)
AWS_TNB_API GetSolFunctionInstanceMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue