7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
9#include <aws/mgn/model/TargetNetworkTopology.h>
43 m_topologyHasBeenSet =
true;
58 template <
typename InboundC
idrT = Aws::String>
60 m_inboundCidrHasBeenSet =
true;
61 m_inboundCidr = std::forward<InboundCidrT>(value);
63 template <
typename InboundC
idrT = Aws::String>
76 template <
typename OutboundC
idrT = Aws::String>
78 m_outboundCidrHasBeenSet =
true;
79 m_outboundCidr = std::forward<OutboundCidrT>(value);
81 template <
typename OutboundC
idrT = Aws::String>
94 template <
typename InspectionC
idrT = Aws::String>
96 m_inspectionCidrHasBeenSet =
true;
97 m_inspectionCidr = std::forward<InspectionCidrT>(value);
99 template <
typename InspectionC
idrT = Aws::String>
113 bool m_topologyHasBeenSet =
false;
114 bool m_inboundCidrHasBeenSet =
false;
115 bool m_outboundCidrHasBeenSet =
false;
116 bool m_inspectionCidrHasBeenSet =
false;
void SetInspectionCidr(InspectionCidrT &&value)
const Aws::String & GetOutboundCidr() const
bool InspectionCidrHasBeenSet() const
bool InboundCidrHasBeenSet() const
TargetNetworkTopology GetTopology() const
AWS_MGN_API TargetNetworkUpdate()=default
void SetOutboundCidr(OutboundCidrT &&value)
const Aws::String & GetInboundCidr() const
AWS_MGN_API TargetNetworkUpdate(Aws::Utils::Json::JsonView jsonValue)
void SetInboundCidr(InboundCidrT &&value)
TargetNetworkUpdate & WithOutboundCidr(OutboundCidrT &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
bool OutboundCidrHasBeenSet() const
const Aws::String & GetInspectionCidr() const
void SetTopology(TargetNetworkTopology value)
TargetNetworkUpdate & WithInspectionCidr(InspectionCidrT &&value)
TargetNetworkUpdate & WithInboundCidr(InboundCidrT &&value)
TargetNetworkUpdate & WithTopology(TargetNetworkTopology value)
bool TopologyHasBeenSet() const
AWS_MGN_API TargetNetworkUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue