AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
InitialVlanInfo.h
1
6#pragma once
7#include <aws/evs/EVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 EVS
22{
23namespace Model
24{
25
37 {
38 public:
39 AWS_EVS_API InitialVlanInfo() = default;
43
44
46
50 inline const Aws::String& GetCidr() const { return m_cidr; }
51 inline bool CidrHasBeenSet() const { return m_cidrHasBeenSet; }
52 template<typename CidrT = Aws::String>
53 void SetCidr(CidrT&& value) { m_cidrHasBeenSet = true; m_cidr = std::forward<CidrT>(value); }
54 template<typename CidrT = Aws::String>
55 InitialVlanInfo& WithCidr(CidrT&& value) { SetCidr(std::forward<CidrT>(value)); return *this;}
57 private:
58
59 Aws::String m_cidr;
60 bool m_cidrHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace EVS
65} // namespace Aws
InitialVlanInfo & WithCidr(CidrT &&value)
AWS_EVS_API InitialVlanInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_EVS_API InitialVlanInfo()=default
AWS_EVS_API InitialVlanInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EVS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCidr() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue