7#include <aws/evs/EVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename C
idrT = Aws::String>
53 void SetCidr(CidrT&& value) { m_cidrHasBeenSet =
true; m_cidr = std::forward<CidrT>(value); }
54 template<
typename C
idrT = Aws::String>
60 bool m_cidrHasBeenSet =
false;
InitialVlanInfo & WithCidr(CidrT &&value)
void SetCidr(CidrT &&value)
bool CidrHasBeenSet() const
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