AWS SDK for C++

AWS SDK for C++ Version 1.11.744

Loading...
Searching...
No Matches
VirtualNodeServiceProvider.h
1
6#pragma once
7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace AppMesh {
20namespace Model {
21
29 public:
30 AWS_APPMESH_API VirtualNodeServiceProvider() = default;
33 AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetVirtualNodeName() const { return m_virtualNodeName; }
40 inline bool VirtualNodeNameHasBeenSet() const { return m_virtualNodeNameHasBeenSet; }
41 template <typename VirtualNodeNameT = Aws::String>
42 void SetVirtualNodeName(VirtualNodeNameT&& value) {
43 m_virtualNodeNameHasBeenSet = true;
44 m_virtualNodeName = std::forward<VirtualNodeNameT>(value);
45 }
46 template <typename VirtualNodeNameT = Aws::String>
48 SetVirtualNodeName(std::forward<VirtualNodeNameT>(value));
49 return *this;
50 }
52 private:
53 Aws::String m_virtualNodeName;
54 bool m_virtualNodeNameHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace AppMesh
59} // namespace Aws
AWS_APPMESH_API VirtualNodeServiceProvider()=default
VirtualNodeServiceProvider & WithVirtualNodeName(VirtualNodeNameT &&value)
AWS_APPMESH_API VirtualNodeServiceProvider & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPMESH_API VirtualNodeServiceProvider(Aws::Utils::Json::JsonView jsonValue)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue