AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
41
42
44
47 inline const VnfOperationalState& GetVnfState() const{ return m_vnfState; }
48 inline bool VnfStateHasBeenSet() const { return m_vnfStateHasBeenSet; }
49 inline void SetVnfState(const VnfOperationalState& value) { m_vnfStateHasBeenSet = true; m_vnfState = value; }
50 inline void SetVnfState(VnfOperationalState&& value) { m_vnfStateHasBeenSet = true; m_vnfState = std::move(value); }
51 inline GetSolInstantiatedVnfInfo& WithVnfState(const VnfOperationalState& value) { SetVnfState(value); return *this;}
52 inline GetSolInstantiatedVnfInfo& WithVnfState(VnfOperationalState&& value) { SetVnfState(std::move(value)); return *this;}
54 private:
55
56 VnfOperationalState m_vnfState;
57 bool m_vnfStateHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace tnb
62} // namespace Aws
GetSolInstantiatedVnfInfo & WithVnfState(const VnfOperationalState &value)
GetSolInstantiatedVnfInfo & WithVnfState(VnfOperationalState &&value)
AWS_TNB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TNB_API GetSolInstantiatedVnfInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const VnfOperationalState & GetVnfState() const
void SetVnfState(const VnfOperationalState &value)
AWS_TNB_API GetSolInstantiatedVnfInfo(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue