AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PutSolFunctionPackageContentMetadata.h
1
6#pragma once
7#include <aws/tnb/Tnb_EXPORTS.h>
8#include <aws/tnb/model/FunctionArtifactMeta.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
36 {
37 public:
42
43
45
46 inline const FunctionArtifactMeta& GetVnfd() const{ return m_vnfd; }
47 inline bool VnfdHasBeenSet() const { return m_vnfdHasBeenSet; }
48 inline void SetVnfd(const FunctionArtifactMeta& value) { m_vnfdHasBeenSet = true; m_vnfd = value; }
49 inline void SetVnfd(FunctionArtifactMeta&& value) { m_vnfdHasBeenSet = true; m_vnfd = std::move(value); }
50 inline PutSolFunctionPackageContentMetadata& WithVnfd(const FunctionArtifactMeta& value) { SetVnfd(value); return *this;}
51 inline PutSolFunctionPackageContentMetadata& WithVnfd(FunctionArtifactMeta&& value) { SetVnfd(std::move(value)); return *this;}
53 private:
54
56 bool m_vnfdHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace tnb
61} // namespace Aws
AWS_TNB_API PutSolFunctionPackageContentMetadata(Aws::Utils::Json::JsonView jsonValue)
AWS_TNB_API PutSolFunctionPackageContentMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
PutSolFunctionPackageContentMetadata & WithVnfd(const FunctionArtifactMeta &value)
PutSolFunctionPackageContentMetadata & WithVnfd(FunctionArtifactMeta &&value)
AWS_TNB_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue