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 SetInboundCidr(InboundCidrT &&value)
AWS_MGN_API TargetNetwork()=default
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MGN_API TargetNetwork(Aws::Utils::Json::JsonView jsonValue)
TargetNetwork & WithOutboundCidr(OutboundCidrT &&value)
void SetTopology(TargetNetworkTopology value)
const Aws::String & GetInboundCidr() const
TargetNetwork & WithTopology(TargetNetworkTopology value)
bool InspectionCidrHasBeenSet() const
bool TopologyHasBeenSet() const
bool InboundCidrHasBeenSet() const
const Aws::String & GetInspectionCidr() const
TargetNetworkTopology GetTopology() const
TargetNetwork & WithInspectionCidr(InspectionCidrT &&value)
void SetOutboundCidr(OutboundCidrT &&value)
AWS_MGN_API TargetNetwork & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetInspectionCidr(InspectionCidrT &&value)
bool OutboundCidrHasBeenSet() const
const Aws::String & GetOutboundCidr() const
TargetNetwork & WithInboundCidr(InboundCidrT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue