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/core/utils/memory/stl/AWSVector.h>
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
59 template<
typename ServiceIdT = Aws::String>
60 void SetServiceId(ServiceIdT&& value) { m_serviceIdHasBeenSet =
true; m_serviceId = std::forward<ServiceIdT>(value); }
61 template<
typename ServiceIdT = Aws::String>
71 template<
typename VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
72 void SetVpcEndpointIds(VpcEndpointIdsT&& value) { m_vpcEndpointIdsHasBeenSet =
true; m_vpcEndpointIds = std::forward<VpcEndpointIdsT>(value); }
73 template<
typename VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
75 template<
typename VpcEndpo
intIdsT = Aws::String>
81 bool m_dryRunHasBeenSet =
false;
84 bool m_serviceIdHasBeenSet =
false;
87 bool m_vpcEndpointIdsHasBeenSet =
false;
AcceptVpcEndpointConnectionsRequest & WithDryRun(bool value)
void SetVpcEndpointIds(VpcEndpointIdsT &&value)
AWS_EC2_API AcceptVpcEndpointConnectionsRequest()=default
void SetServiceId(ServiceIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AcceptVpcEndpointConnectionsRequest & AddVpcEndpointIds(VpcEndpointIdsT &&value)
const Aws::String & GetServiceId() const
AcceptVpcEndpointConnectionsRequest & WithVpcEndpointIds(VpcEndpointIdsT &&value)
virtual const char * GetServiceRequestName() const override
AcceptVpcEndpointConnectionsRequest & WithServiceId(ServiceIdT &&value)
bool ServiceIdHasBeenSet() const
bool VpcEndpointIdsHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
void SetDryRun(bool value)
const Aws::Vector< Aws::String > & GetVpcEndpointIds() const
bool DryRunHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector