7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fms/model/ActionTarget.h>
48 template<
typename DescriptionT = Aws::String>
49 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
50 template<
typename DescriptionT = Aws::String>
60 template<
typename VpcIdT = ActionTarget>
61 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
62 template<
typename VpcIdT = ActionTarget>
68 bool m_descriptionHasBeenSet =
false;
71 bool m_vpcIdHasBeenSet =
false;
void SetVpcId(VpcIdT &&value)
bool VpcIdHasBeenSet() const
EC2CreateRouteTableAction & WithVpcId(VpcIdT &&value)
void SetDescription(DescriptionT &&value)
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
const ActionTarget & GetVpcId() const
bool DescriptionHasBeenSet() const
AWS_FMS_API EC2CreateRouteTableAction & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
AWS_FMS_API EC2CreateRouteTableAction(Aws::Utils::Json::JsonView jsonValue)
EC2CreateRouteTableAction & WithDescription(DescriptionT &&value)
AWS_FMS_API EC2CreateRouteTableAction()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue