7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/AssociationStateDetails.h>
43 template <
typename AssociationStateT = AssociationStateDetails>
45 m_associationStateHasBeenSet =
true;
46 m_associationState = std::forward<AssociationStateT>(value);
48 template <
typename AssociationStateT = AssociationStateDetails>
61 template <
typename GatewayIdT = Aws::String>
63 m_gatewayIdHasBeenSet =
true;
64 m_gatewayId = std::forward<GatewayIdT>(value);
66 template <
typename GatewayIdT = Aws::String>
77 inline bool GetMain()
const {
return m_main; }
80 m_mainHasBeenSet =
true;
95 template <
typename RouteTableAssociationIdT = Aws::String>
97 m_routeTableAssociationIdHasBeenSet =
true;
98 m_routeTableAssociationId = std::forward<RouteTableAssociationIdT>(value);
100 template <
typename RouteTableAssociationIdT = Aws::String>
113 template <
typename RouteTableIdT = Aws::String>
115 m_routeTableIdHasBeenSet =
true;
116 m_routeTableId = std::forward<RouteTableIdT>(value);
118 template <
typename RouteTableIdT = Aws::String>
132 template <
typename SubnetIdT = Aws::String>
134 m_subnetIdHasBeenSet =
true;
135 m_subnetId = std::forward<SubnetIdT>(value);
137 template <
typename SubnetIdT = Aws::String>
155 bool m_associationStateHasBeenSet =
false;
156 bool m_gatewayIdHasBeenSet =
false;
157 bool m_mainHasBeenSet =
false;
158 bool m_routeTableAssociationIdHasBeenSet =
false;
159 bool m_routeTableIdHasBeenSet =
false;
160 bool m_subnetIdHasBeenSet =
false;
AssociationSetDetails & WithSubnetId(SubnetIdT &&value)
AssociationSetDetails & WithRouteTableId(RouteTableIdT &&value)
void SetAssociationState(AssociationStateT &&value)
AssociationSetDetails & WithRouteTableAssociationId(RouteTableAssociationIdT &&value)
bool RouteTableIdHasBeenSet() const
AssociationSetDetails & WithMain(bool value)
void SetSubnetId(SubnetIdT &&value)
bool AssociationStateHasBeenSet() const
bool RouteTableAssociationIdHasBeenSet() const
AssociationSetDetails & WithGatewayId(GatewayIdT &&value)
const Aws::String & GetSubnetId() const
AWS_SECURITYHUB_API AssociationSetDetails(Aws::Utils::Json::JsonView jsonValue)
void SetGatewayId(GatewayIdT &&value)
AWS_SECURITYHUB_API AssociationSetDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRouteTableId() const
bool SubnetIdHasBeenSet() const
AssociationSetDetails & WithAssociationState(AssociationStateT &&value)
const Aws::String & GetGatewayId() const
void SetRouteTableAssociationId(RouteTableAssociationIdT &&value)
AWS_SECURITYHUB_API AssociationSetDetails()=default
bool GatewayIdHasBeenSet() const
void SetRouteTableId(RouteTableIdT &&value)
bool MainHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const AssociationStateDetails & GetAssociationState() const
const Aws::String & GetRouteTableAssociationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue