AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
GetSolInstantiatedVnfInfo.h
1
6#pragma once
7#include <aws/tnb/Tnb_EXPORTS.h>
8#include <aws/tnb/model/VnfOperationalState.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
35 {
36 public:
37 AWS_TNB_API GetSolInstantiatedVnfInfo() = default;
41
42
44
47 inline VnfOperationalState GetVnfState() const { return m_vnfState; }
48 inline bool VnfStateHasBeenSet() const { return m_vnfStateHasBeenSet; }
49 inline void SetVnfState(VnfOperationalState value) { m_vnfStateHasBeenSet = true; m_vnfState = value; }
52 private:
53
55 bool m_vnfStateHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace tnb
60} // namespace Aws
GetSolInstantiatedVnfInfo & WithVnfState(VnfOperationalState value)
AWS_TNB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TNB_API GetSolInstantiatedVnfInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TNB_API GetSolInstantiatedVnfInfo()=default
AWS_TNB_API GetSolInstantiatedVnfInfo(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue