7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.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>
73 template<
typename AccessGroupIdT = Aws::String>
74 void SetAccessGroupId(AccessGroupIdT&& value) { m_accessGroupIdHasBeenSet =
true; m_accessGroupId = std::forward<AccessGroupIdT>(value); }
75 template<
typename AccessGroupIdT = Aws::String>
88 inline void SetAuthorizeAllGroups(
bool value) { m_authorizeAllGroupsHasBeenSet =
true; m_authorizeAllGroups = value; }
98 template<
typename DescriptionT = Aws::String>
99 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
100 template<
typename DescriptionT = Aws::String>
113 template<
typename ClientTokenT = Aws::String>
114 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
115 template<
typename ClientTokenT = Aws::String>
128 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
134 bool m_clientVpnEndpointIdHasBeenSet =
false;
137 bool m_targetNetworkCidrHasBeenSet =
false;
140 bool m_accessGroupIdHasBeenSet =
false;
142 bool m_authorizeAllGroups{
false};
143 bool m_authorizeAllGroupsHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
149 bool m_clientTokenHasBeenSet =
true;
151 bool m_dryRun{
false};
152 bool m_dryRunHasBeenSet =
false;
AuthorizeClientVpnIngressRequest & WithTargetNetworkCidr(TargetNetworkCidrT &&value)
AuthorizeClientVpnIngressRequest & WithDescription(DescriptionT &&value)
AWS_EC2_API AuthorizeClientVpnIngressRequest()=default
virtual const char * GetServiceRequestName() const override
void SetTargetNetworkCidr(TargetNetworkCidrT &&value)
bool TargetNetworkCidrHasBeenSet() const
const Aws::String & GetClientVpnEndpointId() const
AuthorizeClientVpnIngressRequest & WithDryRun(bool value)
void SetAuthorizeAllGroups(bool value)
const Aws::String & GetDescription() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetAccessGroupId(AccessGroupIdT &&value)
AuthorizeClientVpnIngressRequest & WithClientToken(ClientTokenT &&value)
bool DryRunHasBeenSet() const
bool ClientVpnEndpointIdHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
AuthorizeClientVpnIngressRequest & WithClientVpnEndpointId(ClientVpnEndpointIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetAccessGroupId() const
bool DescriptionHasBeenSet() const
bool AccessGroupIdHasBeenSet() const
AuthorizeClientVpnIngressRequest & WithAuthorizeAllGroups(bool value)
void SetClientVpnEndpointId(ClientVpnEndpointIdT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool GetAuthorizeAllGroups() const
AuthorizeClientVpnIngressRequest & WithAccessGroupId(AccessGroupIdT &&value)
bool AuthorizeAllGroupsHasBeenSet() const
void SetDryRun(bool value)
bool ClientTokenHasBeenSet() const
const Aws::String & GetTargetNetworkCidr() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String