7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/LocalGatewayRouteTableMode.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/ec2/model/TagSpecification.h>
48 template<
typename LocalGatewayIdT = Aws::String>
49 void SetLocalGatewayId(LocalGatewayIdT&& value) { m_localGatewayIdHasBeenSet =
true; m_localGatewayId = std::forward<LocalGatewayIdT>(value); }
50 template<
typename LocalGatewayIdT = Aws::String>
70 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
71 void SetTagSpecifications(TagSpecificationsT&& value) { m_tagSpecificationsHasBeenSet =
true; m_tagSpecifications = std::forward<TagSpecificationsT>(value); }
72 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
74 template<
typename TagSpecificationsT = TagSpecification>
87 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
93 bool m_localGatewayIdHasBeenSet =
false;
96 bool m_modeHasBeenSet =
false;
99 bool m_tagSpecificationsHasBeenSet =
false;
101 bool m_dryRun{
false};
102 bool m_dryRunHasBeenSet =
false;
bool LocalGatewayIdHasBeenSet() const
CreateLocalGatewayRouteTableRequest & WithDryRun(bool value)
void SetDryRun(bool value)
CreateLocalGatewayRouteTableRequest & WithMode(LocalGatewayRouteTableMode value)
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
LocalGatewayRouteTableMode GetMode() const
const Aws::String & GetLocalGatewayId() const
bool ModeHasBeenSet() const
bool DryRunHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateLocalGatewayRouteTableRequest & WithLocalGatewayId(LocalGatewayIdT &&value)
virtual const char * GetServiceRequestName() const override
CreateLocalGatewayRouteTableRequest & AddTagSpecifications(TagSpecificationsT &&value)
void SetTagSpecifications(TagSpecificationsT &&value)
bool TagSpecificationsHasBeenSet() const
CreateLocalGatewayRouteTableRequest & WithTagSpecifications(TagSpecificationsT &&value)
void SetLocalGatewayId(LocalGatewayIdT &&value)
AWS_EC2_API CreateLocalGatewayRouteTableRequest()=default
void SetMode(LocalGatewayRouteTableMode value)
AWS_EC2_API Aws::String SerializePayload() const override
LocalGatewayRouteTableMode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector