AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetSolFunctionPackageMetadata.h
1
6#pragma once
7#include <aws/tnb/Tnb_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/tnb/model/FunctionArtifactMeta.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
37 {
38 public:
43
44
46
49 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
50 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
51 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
52 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
54 inline GetSolFunctionPackageMetadata& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
56
58
61 inline const Aws::Utils::DateTime& GetLastModified() const{ return m_lastModified; }
62 inline bool LastModifiedHasBeenSet() const { return m_lastModifiedHasBeenSet; }
63 inline void SetLastModified(const Aws::Utils::DateTime& value) { m_lastModifiedHasBeenSet = true; m_lastModified = value; }
64 inline void SetLastModified(Aws::Utils::DateTime&& value) { m_lastModifiedHasBeenSet = true; m_lastModified = std::move(value); }
66 inline GetSolFunctionPackageMetadata& WithLastModified(Aws::Utils::DateTime&& value) { SetLastModified(std::move(value)); return *this;}
68
70
74 inline const FunctionArtifactMeta& GetVnfd() const{ return m_vnfd; }
75 inline bool VnfdHasBeenSet() const { return m_vnfdHasBeenSet; }
76 inline void SetVnfd(const FunctionArtifactMeta& value) { m_vnfdHasBeenSet = true; m_vnfd = value; }
77 inline void SetVnfd(FunctionArtifactMeta&& value) { m_vnfdHasBeenSet = true; m_vnfd = std::move(value); }
78 inline GetSolFunctionPackageMetadata& WithVnfd(const FunctionArtifactMeta& value) { SetVnfd(value); return *this;}
79 inline GetSolFunctionPackageMetadata& WithVnfd(FunctionArtifactMeta&& value) { SetVnfd(std::move(value)); return *this;}
81 private:
82
83 Aws::Utils::DateTime m_createdAt;
84 bool m_createdAtHasBeenSet = false;
85
86 Aws::Utils::DateTime m_lastModified;
87 bool m_lastModifiedHasBeenSet = false;
88
90 bool m_vnfdHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace tnb
95} // namespace Aws
GetSolFunctionPackageMetadata & WithCreatedAt(Aws::Utils::DateTime &&value)
GetSolFunctionPackageMetadata & WithLastModified(Aws::Utils::DateTime &&value)
GetSolFunctionPackageMetadata & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
GetSolFunctionPackageMetadata & WithVnfd(const FunctionArtifactMeta &value)
GetSolFunctionPackageMetadata & WithVnfd(FunctionArtifactMeta &&value)
AWS_TNB_API GetSolFunctionPackageMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
GetSolFunctionPackageMetadata & WithLastModified(const Aws::Utils::DateTime &value)
AWS_TNB_API GetSolFunctionPackageMetadata(Aws::Utils::Json::JsonView jsonValue)
AWS_TNB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastModified(const Aws::Utils::DateTime &value)
Aws::Utils::Json::JsonValue JsonValue