7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ClientVpnEndpo
intIdT = Aws::String>
47 void SetClientVpnEndpointId(ClientVpnEndpointIdT&& value) { m_clientVpnEndpointIdHasBeenSet =
true; m_clientVpnEndpointId = std::forward<ClientVpnEndpointIdT>(value); }
48 template<
typename ClientVpnEndpo
intIdT = Aws::String>
59 template<
typename TargetNetworkC
idrT = Aws::String>
60 void SetTargetNetworkCidr(TargetNetworkCidrT&& value) { m_targetNetworkCidrHasBeenSet =
true; m_targetNetworkCidr = std::forward<TargetNetworkCidrT>(value); }
61 template<
typename TargetNetworkC
idrT = Aws::String>
71 template<
typename AccessGroupIdT = Aws::String>
72 void SetAccessGroupId(AccessGroupIdT&& value) { m_accessGroupIdHasBeenSet =
true; m_accessGroupId = std::forward<AccessGroupIdT>(value); }
73 template<
typename AccessGroupIdT = Aws::String>
87 inline void SetRevokeAllGroups(
bool value) { m_revokeAllGroupsHasBeenSet =
true; m_revokeAllGroups = value; }
100 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
106 bool m_clientVpnEndpointIdHasBeenSet =
false;
109 bool m_targetNetworkCidrHasBeenSet =
false;
112 bool m_accessGroupIdHasBeenSet =
false;
114 bool m_revokeAllGroups{
false};
115 bool m_revokeAllGroupsHasBeenSet =
false;
117 bool m_dryRun{
false};
118 bool m_dryRunHasBeenSet =
false;
bool RevokeAllGroupsHasBeenSet() const
RevokeClientVpnIngressRequest & WithAccessGroupId(AccessGroupIdT &&value)
bool ClientVpnEndpointIdHasBeenSet() const
void SetTargetNetworkCidr(TargetNetworkCidrT &&value)
void SetClientVpnEndpointId(ClientVpnEndpointIdT &&value)
RevokeClientVpnIngressRequest & WithTargetNetworkCidr(TargetNetworkCidrT &&value)
bool DryRunHasBeenSet() const
void SetAccessGroupId(AccessGroupIdT &&value)
AWS_EC2_API RevokeClientVpnIngressRequest()=default
bool GetRevokeAllGroups() const
RevokeClientVpnIngressRequest & WithClientVpnEndpointId(ClientVpnEndpointIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetTargetNetworkCidr() const
RevokeClientVpnIngressRequest & WithRevokeAllGroups(bool value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool TargetNetworkCidrHasBeenSet() const
const Aws::String & GetAccessGroupId() const
const Aws::String & GetClientVpnEndpointId() const
bool AccessGroupIdHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
void SetDryRun(bool value)
RevokeClientVpnIngressRequest & WithDryRun(bool value)
void SetRevokeAllGroups(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String