7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
58 template<
typename AssociationIdT = Aws::String>
59 void SetAssociationId(AssociationIdT&& value) { m_associationIdHasBeenSet =
true; m_associationId = std::forward<AssociationIdT>(value); }
60 template<
typename AssociationIdT = Aws::String>
70 template<
typename RouteTableIdT = Aws::String>
71 void SetRouteTableId(RouteTableIdT&& value) { m_routeTableIdHasBeenSet =
true; m_routeTableId = std::forward<RouteTableIdT>(value); }
72 template<
typename RouteTableIdT = Aws::String>
78 bool m_dryRunHasBeenSet =
false;
81 bool m_associationIdHasBeenSet =
false;
84 bool m_routeTableIdHasBeenSet =
false;
AWS_EC2_API Aws::String SerializePayload() const override
bool RouteTableIdHasBeenSet() const
bool DryRunHasBeenSet() const
bool AssociationIdHasBeenSet() const
void SetAssociationId(AssociationIdT &&value)
const Aws::String & GetAssociationId() const
ReplaceRouteTableAssociationRequest & WithRouteTableId(RouteTableIdT &&value)
ReplaceRouteTableAssociationRequest & WithDryRun(bool value)
AWS_EC2_API ReplaceRouteTableAssociationRequest()=default
void SetDryRun(bool value)
const Aws::String & GetRouteTableId() const
void SetRouteTableId(RouteTableIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ReplaceRouteTableAssociationRequest & WithAssociationId(AssociationIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String