AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
GetSolFunctionPackageMetadata.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/tnb/Tnb_EXPORTS.h>
9#include <aws/tnb/model/FunctionArtifactMeta.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace tnb {
21namespace Model {
22
33 public:
34 AWS_TNB_API GetSolFunctionPackageMetadata() = default;
38
40
43 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
44 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
45 template <typename CreatedAtT = Aws::Utils::DateTime>
46 void SetCreatedAt(CreatedAtT&& value) {
47 m_createdAtHasBeenSet = true;
48 m_createdAt = std::forward<CreatedAtT>(value);
49 }
50 template <typename CreatedAtT = Aws::Utils::DateTime>
52 SetCreatedAt(std::forward<CreatedAtT>(value));
53 return *this;
54 }
56
58
61 inline const Aws::Utils::DateTime& GetLastModified() const { return m_lastModified; }
62 inline bool LastModifiedHasBeenSet() const { return m_lastModifiedHasBeenSet; }
63 template <typename LastModifiedT = Aws::Utils::DateTime>
64 void SetLastModified(LastModifiedT&& value) {
65 m_lastModifiedHasBeenSet = true;
66 m_lastModified = std::forward<LastModifiedT>(value);
67 }
68 template <typename LastModifiedT = Aws::Utils::DateTime>
70 SetLastModified(std::forward<LastModifiedT>(value));
71 return *this;
72 }
74
76
80 inline const FunctionArtifactMeta& GetVnfd() const { return m_vnfd; }
81 inline bool VnfdHasBeenSet() const { return m_vnfdHasBeenSet; }
82 template <typename VnfdT = FunctionArtifactMeta>
83 void SetVnfd(VnfdT&& value) {
84 m_vnfdHasBeenSet = true;
85 m_vnfd = std::forward<VnfdT>(value);
86 }
87 template <typename VnfdT = FunctionArtifactMeta>
89 SetVnfd(std::forward<VnfdT>(value));
90 return *this;
91 }
93 private:
94 Aws::Utils::DateTime m_createdAt{};
95
96 Aws::Utils::DateTime m_lastModified{};
97
98 FunctionArtifactMeta m_vnfd;
99 bool m_createdAtHasBeenSet = false;
100 bool m_lastModifiedHasBeenSet = false;
101 bool m_vnfdHasBeenSet = false;
102};
103
104} // namespace Model
105} // namespace tnb
106} // namespace Aws
GetSolFunctionPackageMetadata & WithVnfd(VnfdT &&value)
AWS_TNB_API GetSolFunctionPackageMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TNB_API GetSolFunctionPackageMetadata(Aws::Utils::Json::JsonView jsonValue)
GetSolFunctionPackageMetadata & WithCreatedAt(CreatedAtT &&value)
GetSolFunctionPackageMetadata & WithLastModified(LastModifiedT &&value)
AWS_TNB_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue