AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
41
42
44
47 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
48 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
49 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
50 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
52 inline GetSolNetworkInstanceMetadata& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(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 inline void SetLastModified(const Aws::Utils::DateTime& value) { m_lastModifiedHasBeenSet = true; m_lastModified = value; }
62 inline void SetLastModified(Aws::Utils::DateTime&& value) { m_lastModifiedHasBeenSet = true; m_lastModified = std::move(value); }
64 inline GetSolNetworkInstanceMetadata& WithLastModified(Aws::Utils::DateTime&& value) { SetLastModified(std::move(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)
void SetCreatedAt(const Aws::Utils::DateTime &value)
GetSolNetworkInstanceMetadata & WithLastModified(const Aws::Utils::DateTime &value)
AWS_TNB_API GetSolNetworkInstanceMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
GetSolNetworkInstanceMetadata & WithLastModified(Aws::Utils::DateTime &&value)
GetSolNetworkInstanceMetadata & WithCreatedAt(const Aws::Utils::DateTime &value)
GetSolNetworkInstanceMetadata & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetLastModified(const Aws::Utils::DateTime &value)
Aws::Utils::Json::JsonValue JsonValue