AWS SDK for C++

AWS SDK for C++ Version 1.11.639

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
39 {
40 public:
41 AWS_EVS_API InitialVlanInfo() = default;
45
46
48
54 inline const Aws::String& GetCidr() const { return m_cidr; }
55 inline bool CidrHasBeenSet() const { return m_cidrHasBeenSet; }
56 template<typename CidrT = Aws::String>
57 void SetCidr(CidrT&& value) { m_cidrHasBeenSet = true; m_cidr = std::forward<CidrT>(value); }
58 template<typename CidrT = Aws::String>
59 InitialVlanInfo& WithCidr(CidrT&& value) { SetCidr(std::forward<CidrT>(value)); return *this;}
61 private:
62
63 Aws::String m_cidr;
64 bool m_cidrHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace EVS
69} // 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