AWS SDK for C++

AWS SDK for C++ Version 1.11.740

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace tnb {
20namespace Model {
21
31 public:
32 AWS_TNB_API GetSolInstantiatedVnfInfo() = default;
36
38
41 inline VnfOperationalState GetVnfState() const { return m_vnfState; }
42 inline bool VnfStateHasBeenSet() const { return m_vnfStateHasBeenSet; }
43 inline void SetVnfState(VnfOperationalState value) {
44 m_vnfStateHasBeenSet = true;
45 m_vnfState = value;
46 }
48 SetVnfState(value);
49 return *this;
50 }
52 private:
54 bool m_vnfStateHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace tnb
59} // 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