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>
48 inline void SetClientVpnEndpointId(
const char* value) { m_clientVpnEndpointIdHasBeenSet =
true; m_clientVpnEndpointId.assign(value); }
63 inline void SetTargetNetworkCidr(
const char* value) { m_targetNetworkCidrHasBeenSet =
true; m_targetNetworkCidr.assign(value); }
79 inline void SetAccessGroupId(
const char* value) { m_accessGroupIdHasBeenSet =
true; m_accessGroupId.assign(value); }
94 inline void SetAuthorizeAllGroups(
bool value) { m_authorizeAllGroupsHasBeenSet =
true; m_authorizeAllGroups = value; }
106 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
123 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
138 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
144 bool m_clientVpnEndpointIdHasBeenSet =
false;
147 bool m_targetNetworkCidrHasBeenSet =
false;
150 bool m_accessGroupIdHasBeenSet =
false;
152 bool m_authorizeAllGroups;
153 bool m_authorizeAllGroupsHasBeenSet =
false;
156 bool m_descriptionHasBeenSet =
false;
159 bool m_clientTokenHasBeenSet =
false;
162 bool m_dryRunHasBeenSet =
false;
AuthorizeClientVpnIngressRequest & WithClientToken(const char *value)
virtual const char * GetServiceRequestName() const override
AuthorizeClientVpnIngressRequest & WithTargetNetworkCidr(const char *value)
void SetDescription(const Aws::String &value)
AuthorizeClientVpnIngressRequest & WithClientVpnEndpointId(const char *value)
AWS_EC2_API AuthorizeClientVpnIngressRequest()
void SetDescription(Aws::String &&value)
void SetClientToken(const char *value)
void SetDescription(const char *value)
void SetTargetNetworkCidr(const Aws::String &value)
bool TargetNetworkCidrHasBeenSet() const
void SetAccessGroupId(Aws::String &&value)
const Aws::String & GetClientVpnEndpointId() const
AuthorizeClientVpnIngressRequest & WithClientToken(Aws::String &&value)
AuthorizeClientVpnIngressRequest & WithDryRun(bool value)
void SetAuthorizeAllGroups(bool value)
void SetClientToken(const Aws::String &value)
const Aws::String & GetDescription() const
void SetAccessGroupId(const Aws::String &value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetTargetNetworkCidr(const char *value)
AuthorizeClientVpnIngressRequest & WithTargetNetworkCidr(const Aws::String &value)
AuthorizeClientVpnIngressRequest & WithTargetNetworkCidr(Aws::String &&value)
bool DryRunHasBeenSet() const
void SetClientToken(Aws::String &&value)
bool ClientVpnEndpointIdHasBeenSet() const
const Aws::String & GetClientToken() const
const Aws::String & GetAccessGroupId() const
AuthorizeClientVpnIngressRequest & WithDescription(Aws::String &&value)
AuthorizeClientVpnIngressRequest & WithClientVpnEndpointId(Aws::String &&value)
bool DescriptionHasBeenSet() const
AuthorizeClientVpnIngressRequest & WithClientVpnEndpointId(const Aws::String &value)
bool AccessGroupIdHasBeenSet() const
void SetTargetNetworkCidr(Aws::String &&value)
AuthorizeClientVpnIngressRequest & WithAuthorizeAllGroups(bool value)
void SetClientVpnEndpointId(Aws::String &&value)
void SetClientVpnEndpointId(const Aws::String &value)
AuthorizeClientVpnIngressRequest & WithAccessGroupId(const Aws::String &value)
AuthorizeClientVpnIngressRequest & WithDescription(const Aws::String &value)
AWS_EC2_API Aws::String SerializePayload() const override
bool GetAuthorizeAllGroups() const
AuthorizeClientVpnIngressRequest & WithDescription(const char *value)
void SetClientVpnEndpointId(const char *value)
AuthorizeClientVpnIngressRequest & WithAccessGroupId(const char *value)
AuthorizeClientVpnIngressRequest & WithClientToken(const Aws::String &value)
bool AuthorizeAllGroupsHasBeenSet() const
void SetDryRun(bool value)
bool ClientTokenHasBeenSet() const
void SetAccessGroupId(const char *value)
const Aws::String & GetTargetNetworkCidr() const
AuthorizeClientVpnIngressRequest & WithAccessGroupId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String