7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/EC2Request.h>
11#include <aws/ec2/EC2_EXPORTS.h>
12#include <aws/ec2/model/TagSpecification.h>
44 template <
typename RouteServerIdT = Aws::String>
46 m_routeServerIdHasBeenSet =
true;
47 m_routeServerId = std::forward<RouteServerIdT>(value);
49 template <
typename RouteServerIdT = Aws::String>
62 template <
typename SubnetIdT = Aws::String>
64 m_subnetIdHasBeenSet =
true;
65 m_subnetId = std::forward<SubnetIdT>(value);
67 template <
typename SubnetIdT = Aws::String>
80 template <
typename ClientTokenT = Aws::String>
82 m_clientTokenHasBeenSet =
true;
83 m_clientToken = std::forward<ClientTokenT>(value);
85 template <
typename ClientTokenT = Aws::String>
102 m_dryRunHasBeenSet =
true;
117 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
119 m_tagSpecificationsHasBeenSet =
true;
120 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
122 template <
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
127 template <
typename TagSpecificationsT = TagSpecification>
129 m_tagSpecificationsHasBeenSet =
true;
130 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
141 bool m_dryRun{
false};
144 bool m_routeServerIdHasBeenSet =
false;
145 bool m_subnetIdHasBeenSet =
false;
146 bool m_clientTokenHasBeenSet =
true;
147 bool m_dryRunHasBeenSet =
false;
148 bool m_tagSpecificationsHasBeenSet =
false;
bool RouteServerIdHasBeenSet() const
AWS_EC2_API CreateRouteServerEndpointRequest()=default
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
CreateRouteServerEndpointRequest & WithRouteServerId(RouteServerIdT &&value)
CreateRouteServerEndpointRequest & WithDryRun(bool value)
void SetDryRun(bool value)
AWS_EC2_API Aws::String SerializePayload() const override
void SetSubnetId(SubnetIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClientToken() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetClientToken(ClientTokenT &&value)
bool TagSpecificationsHasBeenSet() const
const Aws::String & GetRouteServerId() const
bool DryRunHasBeenSet() const
const Aws::String & GetSubnetId() const
void SetTagSpecifications(TagSpecificationsT &&value)
CreateRouteServerEndpointRequest & AddTagSpecifications(TagSpecificationsT &&value)
CreateRouteServerEndpointRequest & WithTagSpecifications(TagSpecificationsT &&value)
CreateRouteServerEndpointRequest & WithSubnetId(SubnetIdT &&value)
void SetRouteServerId(RouteServerIdT &&value)
CreateRouteServerEndpointRequest & WithClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
bool SubnetIdHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector