AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ValidateSolFunctionPackageContentMetadata.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); }
51 inline ValidateSolFunctionPackageContentMetadata& 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 Aws::Utils::Json::JsonValue Jsonize() const
AWS_TNB_API ValidateSolFunctionPackageContentMetadata(Aws::Utils::Json::JsonView jsonValue)
AWS_TNB_API ValidateSolFunctionPackageContentMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
ValidateSolFunctionPackageContentMetadata & WithVnfd(FunctionArtifactMeta &&value)
ValidateSolFunctionPackageContentMetadata & WithVnfd(const FunctionArtifactMeta &value)
Aws::Utils::Json::JsonValue JsonValue