AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetSolNetworkPackageMetadata.h
1
6#pragma once
7#include <aws/tnb/Tnb_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/tnb/model/NetworkArtifactMeta.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace tnb
23{
24namespace Model
25{
26
36 {
37 public:
42
43
45
48 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
49 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
50 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
51 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
52 inline GetSolNetworkPackageMetadata& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;}
53 inline GetSolNetworkPackageMetadata& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
55
57
60 inline const Aws::Utils::DateTime& GetLastModified() const{ return m_lastModified; }
61 inline bool LastModifiedHasBeenSet() const { return m_lastModifiedHasBeenSet; }
62 inline void SetLastModified(const Aws::Utils::DateTime& value) { m_lastModifiedHasBeenSet = true; m_lastModified = value; }
63 inline void SetLastModified(Aws::Utils::DateTime&& value) { m_lastModifiedHasBeenSet = true; m_lastModified = std::move(value); }
65 inline GetSolNetworkPackageMetadata& WithLastModified(Aws::Utils::DateTime&& value) { SetLastModified(std::move(value)); return *this;}
67
69
73 inline const NetworkArtifactMeta& GetNsd() const{ return m_nsd; }
74 inline bool NsdHasBeenSet() const { return m_nsdHasBeenSet; }
75 inline void SetNsd(const NetworkArtifactMeta& value) { m_nsdHasBeenSet = true; m_nsd = value; }
76 inline void SetNsd(NetworkArtifactMeta&& value) { m_nsdHasBeenSet = true; m_nsd = std::move(value); }
77 inline GetSolNetworkPackageMetadata& WithNsd(const NetworkArtifactMeta& value) { SetNsd(value); return *this;}
78 inline GetSolNetworkPackageMetadata& WithNsd(NetworkArtifactMeta&& value) { SetNsd(std::move(value)); return *this;}
80 private:
81
82 Aws::Utils::DateTime m_createdAt;
83 bool m_createdAtHasBeenSet = false;
84
85 Aws::Utils::DateTime m_lastModified;
86 bool m_lastModifiedHasBeenSet = false;
87
89 bool m_nsdHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace tnb
94} // namespace Aws
GetSolNetworkPackageMetadata & WithNsd(NetworkArtifactMeta &&value)
GetSolNetworkPackageMetadata & WithCreatedAt(const Aws::Utils::DateTime &value)
GetSolNetworkPackageMetadata & WithLastModified(Aws::Utils::DateTime &&value)
GetSolNetworkPackageMetadata & WithCreatedAt(Aws::Utils::DateTime &&value)
AWS_TNB_API GetSolNetworkPackageMetadata(Aws::Utils::Json::JsonView jsonValue)
void SetLastModified(const Aws::Utils::DateTime &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
GetSolNetworkPackageMetadata & WithLastModified(const Aws::Utils::DateTime &value)
GetSolNetworkPackageMetadata & WithNsd(const NetworkArtifactMeta &value)
AWS_TNB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TNB_API GetSolNetworkPackageMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue