7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/evs/EVS_EXPORTS.h>
11#include <aws/evs/model/EipAssociation.h>
12#include <aws/evs/model/VlanState.h>
34 AWS_EVS_API
Vlan() =
default;
46 m_vlanIdHasBeenSet =
true;
62 template <
typename C
idrT = Aws::String>
64 m_cidrHasBeenSet =
true;
65 m_cidr = std::forward<CidrT>(value);
67 template <
typename C
idrT = Aws::String>
69 SetCidr(std::forward<CidrT>(value));
80 template <
typename AvailabilityZoneT = Aws::String>
82 m_availabilityZoneHasBeenSet =
true;
83 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
85 template <
typename AvailabilityZoneT = Aws::String>
100 template <
typename FunctionNameT = Aws::String>
102 m_functionNameHasBeenSet =
true;
103 m_functionName = std::forward<FunctionNameT>(value);
105 template <
typename FunctionNameT = Aws::String>
118 template <
typename SubnetIdT = Aws::String>
120 m_subnetIdHasBeenSet =
true;
121 m_subnetId = std::forward<SubnetIdT>(value);
123 template <
typename SubnetIdT = Aws::String>
136 template <
typename CreatedAtT = Aws::Utils::DateTime>
138 m_createdAtHasBeenSet =
true;
139 m_createdAt = std::forward<CreatedAtT>(value);
141 template <
typename CreatedAtT = Aws::Utils::DateTime>
154 template <
typename ModifiedAtT = Aws::Utils::DateTime>
156 m_modifiedAtHasBeenSet =
true;
157 m_modifiedAt = std::forward<ModifiedAtT>(value);
159 template <
typename ModifiedAtT = Aws::Utils::DateTime>
173 m_vlanStateHasBeenSet =
true;
188 template <
typename StateDetailsT = Aws::String>
190 m_stateDetailsHasBeenSet =
true;
191 m_stateDetails = std::forward<StateDetailsT>(value);
193 template <
typename StateDetailsT = Aws::String>
206 template <
typename EipAssociationsT = Aws::Vector<EipAssociation>>
208 m_eipAssociationsHasBeenSet =
true;
209 m_eipAssociations = std::forward<EipAssociationsT>(value);
211 template <
typename EipAssociationsT = Aws::Vector<EipAssociation>>
216 template <
typename EipAssociationsT = EipAssociation>
218 m_eipAssociationsHasBeenSet =
true;
219 m_eipAssociations.emplace_back(std::forward<EipAssociationsT>(value));
231 m_isPublicHasBeenSet =
true;
246 template <
typename NetworkAclIdT = Aws::String>
248 m_networkAclIdHasBeenSet =
true;
249 m_networkAclId = std::forward<NetworkAclIdT>(value);
251 template <
typename NetworkAclIdT = Aws::String>
278 bool m_isPublic{
false};
281 bool m_vlanIdHasBeenSet =
false;
282 bool m_cidrHasBeenSet =
false;
283 bool m_availabilityZoneHasBeenSet =
false;
284 bool m_functionNameHasBeenSet =
false;
285 bool m_subnetIdHasBeenSet =
false;
286 bool m_createdAtHasBeenSet =
false;
287 bool m_modifiedAtHasBeenSet =
false;
288 bool m_vlanStateHasBeenSet =
false;
289 bool m_stateDetailsHasBeenSet =
false;
290 bool m_eipAssociationsHasBeenSet =
false;
291 bool m_isPublicHasBeenSet =
false;
292 bool m_networkAclIdHasBeenSet =
false;
bool CidrHasBeenSet() const
void SetAvailabilityZone(AvailabilityZoneT &&value)
const Aws::Utils::DateTime & GetModifiedAt() const
Vlan & WithNetworkAclId(NetworkAclIdT &&value)
bool VlanIdHasBeenSet() const
bool FunctionNameHasBeenSet() const
bool CreatedAtHasBeenSet() const
bool StateDetailsHasBeenSet() const
bool IsPublicHasBeenSet() const
void SetSubnetId(SubnetIdT &&value)
bool AvailabilityZoneHasBeenSet() const
Vlan & WithSubnetId(SubnetIdT &&value)
VlanState GetVlanState() const
void SetStateDetails(StateDetailsT &&value)
Vlan & WithAvailabilityZone(AvailabilityZoneT &&value)
const Aws::String & GetNetworkAclId() const
Vlan & WithStateDetails(StateDetailsT &&value)
void SetFunctionName(FunctionNameT &&value)
const Aws::String & GetFunctionName() const
void SetVlanId(int value)
bool NetworkAclIdHasBeenSet() const
Vlan & WithModifiedAt(ModifiedAtT &&value)
Vlan & WithCidr(CidrT &&value)
bool VlanStateHasBeenSet() const
Vlan & WithEipAssociations(EipAssociationsT &&value)
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)
Vlan & AddEipAssociations(EipAssociationsT &&value)
const Aws::String & GetSubnetId() const
Vlan & WithVlanId(int value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetAvailabilityZone() const
bool SubnetIdHasBeenSet() const
void SetEipAssociations(EipAssociationsT &&value)
Vlan & WithCreatedAt(CreatedAtT &&value)
void SetModifiedAt(ModifiedAtT &&value)
void SetNetworkAclId(NetworkAclIdT &&value)
void SetIsPublic(bool value)
void SetCreatedAt(CreatedAtT &&value)
void SetCidr(CidrT &&value)
void SetVlanState(VlanState value)
const Aws::String & GetCidr() const
const Aws::Vector< EipAssociation > & GetEipAssociations() const
AWS_EVS_API Vlan & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EVS_API Vlan()=default
Vlan & WithIsPublic(bool value)
const Aws::String & GetStateDetails() const
bool EipAssociationsHasBeenSet() const
bool ModifiedAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue