7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fms/model/ActionTarget.h>
49 template<
typename DescriptionT = Aws::String>
50 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
51 template<
typename DescriptionT = Aws::String>
62 template<
typename VpcIdT = ActionTarget>
63 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
64 template<
typename VpcIdT = ActionTarget>
75 template<
typename RouteTableIdT = ActionTarget>
76 void SetRouteTableId(RouteTableIdT&& value) { m_routeTableIdHasBeenSet =
true; m_routeTableId = std::forward<RouteTableIdT>(value); }
77 template<
typename RouteTableIdT = ActionTarget>
83 bool m_descriptionHasBeenSet =
false;
86 bool m_vpcIdHasBeenSet =
false;
89 bool m_routeTableIdHasBeenSet =
false;
const ActionTarget & GetRouteTableId() const
AWS_FMS_API EC2CopyRouteTableAction()=default
void SetVpcId(VpcIdT &&value)
EC2CopyRouteTableAction & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
bool RouteTableIdHasBeenSet() const
const Aws::String & GetDescription() const
bool VpcIdHasBeenSet() const
EC2CopyRouteTableAction & WithVpcId(VpcIdT &&value)
EC2CopyRouteTableAction & WithRouteTableId(RouteTableIdT &&value)
const ActionTarget & GetVpcId() const
AWS_FMS_API EC2CopyRouteTableAction & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FMS_API EC2CopyRouteTableAction(Aws::Utils::Json::JsonView jsonValue)
void SetRouteTableId(RouteTableIdT &&value)
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue