AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
GetSolFunctionInstanceMetadata.h
1
6#pragma once
7#include <aws/tnb/Tnb_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 tnb
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_TNB_API GetSolFunctionInstanceMetadata() = default;
39
40
42
45 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
46 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
47 template<typename CreatedAtT = Aws::Utils::DateTime>
48 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
49 template<typename CreatedAtT = Aws::Utils::DateTime>
50 GetSolFunctionInstanceMetadata& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
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) { m_lastModifiedHasBeenSet = true; m_lastModified = std::forward<LastModifiedT>(value); }
61 template<typename LastModifiedT = Aws::Utils::DateTime>
62 GetSolFunctionInstanceMetadata& WithLastModified(LastModifiedT&& value) { SetLastModified(std::forward<LastModifiedT>(value)); return *this;}
64 private:
65
66 Aws::Utils::DateTime m_createdAt{};
67 bool m_createdAtHasBeenSet = false;
68
69 Aws::Utils::DateTime m_lastModified{};
70 bool m_lastModifiedHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace tnb
75} // 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