AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
GetSolNetworkInstanceMetadata.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
35 {
36 public:
37 AWS_TNB_API GetSolNetworkInstanceMetadata() = default;
41
42
44
47 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
48 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
49 template<typename CreatedAtT = Aws::Utils::DateTime>
50 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
51 template<typename CreatedAtT = Aws::Utils::DateTime>
52 GetSolNetworkInstanceMetadata& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
54
56
59 inline const Aws::Utils::DateTime& GetLastModified() const { return m_lastModified; }
60 inline bool LastModifiedHasBeenSet() const { return m_lastModifiedHasBeenSet; }
61 template<typename LastModifiedT = Aws::Utils::DateTime>
62 void SetLastModified(LastModifiedT&& value) { m_lastModifiedHasBeenSet = true; m_lastModified = std::forward<LastModifiedT>(value); }
63 template<typename LastModifiedT = Aws::Utils::DateTime>
64 GetSolNetworkInstanceMetadata& WithLastModified(LastModifiedT&& value) { SetLastModified(std::forward<LastModifiedT>(value)); return *this;}
66 private:
67
68 Aws::Utils::DateTime m_createdAt{};
69 bool m_createdAtHasBeenSet = false;
70
71 Aws::Utils::DateTime m_lastModified{};
72 bool m_lastModifiedHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace tnb
77} // namespace Aws
AWS_TNB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TNB_API GetSolNetworkInstanceMetadata(Aws::Utils::Json::JsonView jsonValue)
AWS_TNB_API GetSolNetworkInstanceMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
GetSolNetworkInstanceMetadata & WithLastModified(LastModifiedT &&value)
GetSolNetworkInstanceMetadata & WithCreatedAt(CreatedAtT &&value)
Aws::Utils::Json::JsonValue JsonValue