7#include <aws/evs/EVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/evs/model/VlanState.h>
37 AWS_EVS_API
Vlan() =
default;
49 inline void SetVlanId(
int value) { m_vlanIdHasBeenSet =
true; m_vlanId = value; }
59 template<
typename C
idrT = Aws::String>
60 void SetCidr(CidrT&& value) { m_cidrHasBeenSet =
true; m_cidr = std::forward<CidrT>(value); }
61 template<
typename C
idrT = Aws::String>
71 template<
typename AvailabilityZoneT = Aws::String>
72 void SetAvailabilityZone(AvailabilityZoneT&& value) { m_availabilityZoneHasBeenSet =
true; m_availabilityZone = std::forward<AvailabilityZoneT>(value); }
73 template<
typename AvailabilityZoneT = Aws::String>
85 template<
typename FunctionNameT = Aws::String>
86 void SetFunctionName(FunctionNameT&& value) { m_functionNameHasBeenSet =
true; m_functionName = std::forward<FunctionNameT>(value); }
87 template<
typename FunctionNameT = Aws::String>
97 template<
typename SubnetIdT = Aws::String>
98 void SetSubnetId(SubnetIdT&& value) { m_subnetIdHasBeenSet =
true; m_subnetId = std::forward<SubnetIdT>(value); }
99 template<
typename SubnetIdT = Aws::String>
109 template<
typename CreatedAtT = Aws::Utils::DateTime>
110 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
111 template<
typename CreatedAtT = Aws::Utils::DateTime>
121 template<
typename ModifiedAtT = Aws::Utils::DateTime>
122 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
123 template<
typename ModifiedAtT = Aws::Utils::DateTime>
143 template<
typename StateDetailsT = Aws::String>
144 void SetStateDetails(StateDetailsT&& value) { m_stateDetailsHasBeenSet =
true; m_stateDetails = std::forward<StateDetailsT>(value); }
145 template<
typename StateDetailsT = Aws::String>
151 bool m_vlanIdHasBeenSet =
false;
154 bool m_cidrHasBeenSet =
false;
157 bool m_availabilityZoneHasBeenSet =
false;
160 bool m_functionNameHasBeenSet =
false;
163 bool m_subnetIdHasBeenSet =
false;
166 bool m_createdAtHasBeenSet =
false;
169 bool m_modifiedAtHasBeenSet =
false;
172 bool m_vlanStateHasBeenSet =
false;
175 bool m_stateDetailsHasBeenSet =
false;
bool CidrHasBeenSet() const
void SetAvailabilityZone(AvailabilityZoneT &&value)
const Aws::Utils::DateTime & GetModifiedAt() const
bool VlanIdHasBeenSet() const
bool FunctionNameHasBeenSet() const
bool CreatedAtHasBeenSet() const
bool StateDetailsHasBeenSet() const
void SetSubnetId(SubnetIdT &&value)
bool AvailabilityZoneHasBeenSet() const
Vlan & WithSubnetId(SubnetIdT &&value)
VlanState GetVlanState() const
void SetStateDetails(StateDetailsT &&value)
Vlan & WithAvailabilityZone(AvailabilityZoneT &&value)
Vlan & WithStateDetails(StateDetailsT &&value)
void SetFunctionName(FunctionNameT &&value)
const Aws::String & GetFunctionName() const
void SetVlanId(int value)
Vlan & WithModifiedAt(ModifiedAtT &&value)
Vlan & WithCidr(CidrT &&value)
bool VlanStateHasBeenSet() const
AWS_EVS_API Aws::Utils::Json::JsonValue Jsonize() const
Vlan & WithFunctionName(FunctionNameT &&value)
AWS_EVS_API Vlan(Aws::Utils::Json::JsonView jsonValue)
Vlan & WithVlanState(VlanState value)
const Aws::String & GetSubnetId() const
Vlan & WithVlanId(int value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetAvailabilityZone() const
bool SubnetIdHasBeenSet() const
Vlan & WithCreatedAt(CreatedAtT &&value)
void SetModifiedAt(ModifiedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetCidr(CidrT &&value)
void SetVlanState(VlanState value)
const Aws::String & GetCidr() const
AWS_EVS_API Vlan & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EVS_API Vlan()=default
const Aws::String & GetStateDetails() const
bool ModifiedAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue