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>
60 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
66 bool m_routeServerIdHasBeenSet =
false;
69 bool m_dryRunHasBeenSet =
false;
GetRouteServerAssociationsRequest & WithDryRun(bool value)
const Aws::String & GetRouteServerId() const
GetRouteServerAssociationsRequest & WithRouteServerId(RouteServerIdT &&value)
void SetDryRun(bool value)
bool DryRunHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API GetRouteServerAssociationsRequest()=default
bool RouteServerIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetRouteServerId(RouteServerIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String