7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename RouteServerIdT = Aws::String>
46 void SetRouteServerId(RouteServerIdT&& value) { m_routeServerIdHasBeenSet =
true; m_routeServerId = std::forward<RouteServerIdT>(value); }
47 template<
typename RouteServerIdT = Aws::String>
57 template<
typename RouteTableIdT = Aws::String>
58 void SetRouteTableId(RouteTableIdT&& value) { m_routeTableIdHasBeenSet =
true; m_routeTableId = std::forward<RouteTableIdT>(value); }
59 template<
typename RouteTableIdT = Aws::String>
72 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
78 bool m_routeServerIdHasBeenSet =
false;
81 bool m_routeTableIdHasBeenSet =
false;
84 bool m_dryRunHasBeenSet =
false;
AWS_EC2_API EnableRouteServerPropagationRequest()=default
EnableRouteServerPropagationRequest & WithRouteTableId(RouteTableIdT &&value)
bool DryRunHasBeenSet() const
void SetRouteTableId(RouteTableIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API Aws::String SerializePayload() const override
bool RouteServerIdHasBeenSet() const
bool RouteTableIdHasBeenSet() const
const Aws::String & GetRouteServerId() const
void SetDryRun(bool value)
const Aws::String & GetRouteTableId() const
EnableRouteServerPropagationRequest & WithDryRun(bool value)
void SetRouteServerId(RouteServerIdT &&value)
EnableRouteServerPropagationRequest & WithRouteServerId(RouteServerIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String