AWS SDK for C++

AWS SDK for C++ Version 1.11.744

Loading...
Searching...
No Matches
InitialVlanInfo.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/evs/EVS_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace EVS {
20namespace Model {
21
35 public:
36 AWS_EVS_API InitialVlanInfo() = default;
40
42
48 inline const Aws::String& GetCidr() const { return m_cidr; }
49 inline bool CidrHasBeenSet() const { return m_cidrHasBeenSet; }
50 template <typename CidrT = Aws::String>
51 void SetCidr(CidrT&& value) {
52 m_cidrHasBeenSet = true;
53 m_cidr = std::forward<CidrT>(value);
54 }
55 template <typename CidrT = Aws::String>
56 InitialVlanInfo& WithCidr(CidrT&& value) {
57 SetCidr(std::forward<CidrT>(value));
58 return *this;
59 }
61 private:
62 Aws::String m_cidr;
63 bool m_cidrHasBeenSet = false;
64};
65
66} // namespace Model
67} // namespace EVS
68} // 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