7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
42 template <
typename ClientVpnEndpo
intIdT = Aws::String>
44 m_clientVpnEndpointIdHasBeenSet =
true;
45 m_clientVpnEndpointId = std::forward<ClientVpnEndpointIdT>(value);
47 template <
typename ClientVpnEndpo
intIdT = Aws::String>
61 template <
typename TargetNetworkC
idrT = Aws::String>
63 m_targetNetworkCidrHasBeenSet =
true;
64 m_targetNetworkCidr = std::forward<TargetNetworkCidrT>(value);
66 template <
typename TargetNetworkC
idrT = Aws::String>
79 template <
typename AccessGroupIdT = Aws::String>
81 m_accessGroupIdHasBeenSet =
true;
82 m_accessGroupId = std::forward<AccessGroupIdT>(value);
84 template <
typename AccessGroupIdT = Aws::String>
102 m_revokeAllGroupsHasBeenSet =
true;
103 m_revokeAllGroups = value;
121 m_dryRunHasBeenSet =
true;
136 bool m_revokeAllGroups{
false};
138 bool m_dryRun{
false};
139 bool m_clientVpnEndpointIdHasBeenSet =
false;
140 bool m_targetNetworkCidrHasBeenSet =
false;
141 bool m_accessGroupIdHasBeenSet =
false;
142 bool m_revokeAllGroupsHasBeenSet =
false;
143 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