7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
44 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
117 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
123 bool m_awsAccountIdHasBeenSet =
false;
126 bool m_ipRestrictionRuleMapHasBeenSet =
false;
129 bool m_vpcIdRestrictionRuleMapHasBeenSet =
false;
132 bool m_vpcEndpointIdRestrictionRuleMapHasBeenSet =
false;
135 bool m_enabledHasBeenSet =
false;
UpdateIpRestrictionRequest & WithVpcIdRestrictionRuleMap(Aws::Map< Aws::String, Aws::String > &&value)
void SetAwsAccountId(const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetVpcEndpointIdRestrictionRuleMap() const
UpdateIpRestrictionRequest & WithVpcIdRestrictionRuleMap(const Aws::Map< Aws::String, Aws::String > &value)
UpdateIpRestrictionRequest & AddVpcIdRestrictionRuleMap(Aws::String &&key, const Aws::String &value)
UpdateIpRestrictionRequest & AddVpcEndpointIdRestrictionRuleMap(Aws::String &&key, Aws::String &&value)
const Aws::String & GetAwsAccountId() const
bool VpcIdRestrictionRuleMapHasBeenSet() const
UpdateIpRestrictionRequest & AddIpRestrictionRuleMap(const char *key, const char *value)
void SetVpcIdRestrictionRuleMap(const Aws::Map< Aws::String, Aws::String > &value)
void SetVpcEndpointIdRestrictionRuleMap(const Aws::Map< Aws::String, Aws::String > &value)
UpdateIpRestrictionRequest & AddIpRestrictionRuleMap(const Aws::String &key, Aws::String &&value)
UpdateIpRestrictionRequest & AddIpRestrictionRuleMap(const char *key, Aws::String &&value)
UpdateIpRestrictionRequest & AddVpcIdRestrictionRuleMap(const Aws::String &key, Aws::String &&value)
UpdateIpRestrictionRequest & WithVpcEndpointIdRestrictionRuleMap(const Aws::Map< Aws::String, Aws::String > &value)
void SetAwsAccountId(const char *value)
bool AwsAccountIdHasBeenSet() const
void SetAwsAccountId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
UpdateIpRestrictionRequest & AddVpcEndpointIdRestrictionRuleMap(const Aws::String &key, Aws::String &&value)
void SetEnabled(bool value)
UpdateIpRestrictionRequest & AddVpcIdRestrictionRuleMap(Aws::String &&key, const char *value)
UpdateIpRestrictionRequest & AddVpcEndpointIdRestrictionRuleMap(const char *key, const char *value)
UpdateIpRestrictionRequest & WithVpcEndpointIdRestrictionRuleMap(Aws::Map< Aws::String, Aws::String > &&value)
void SetVpcIdRestrictionRuleMap(Aws::Map< Aws::String, Aws::String > &&value)
UpdateIpRestrictionRequest & AddIpRestrictionRuleMap(Aws::String &&key, const char *value)
void SetIpRestrictionRuleMap(Aws::Map< Aws::String, Aws::String > &&value)
AWS_QUICKSIGHT_API UpdateIpRestrictionRequest()
UpdateIpRestrictionRequest & WithIpRestrictionRuleMap(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::Map< Aws::String, Aws::String > & GetIpRestrictionRuleMap() const
UpdateIpRestrictionRequest & AddIpRestrictionRuleMap(Aws::String &&key, Aws::String &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
UpdateIpRestrictionRequest & WithAwsAccountId(const Aws::String &value)
UpdateIpRestrictionRequest & WithIpRestrictionRuleMap(Aws::Map< Aws::String, Aws::String > &&value)
UpdateIpRestrictionRequest & AddVpcEndpointIdRestrictionRuleMap(const Aws::String &key, const Aws::String &value)
UpdateIpRestrictionRequest & AddVpcIdRestrictionRuleMap(Aws::String &&key, Aws::String &&value)
UpdateIpRestrictionRequest & AddVpcEndpointIdRestrictionRuleMap(Aws::String &&key, const char *value)
UpdateIpRestrictionRequest & AddVpcIdRestrictionRuleMap(const Aws::String &key, const Aws::String &value)
bool EnabledHasBeenSet() const
UpdateIpRestrictionRequest & AddIpRestrictionRuleMap(const Aws::String &key, const Aws::String &value)
bool IpRestrictionRuleMapHasBeenSet() const
UpdateIpRestrictionRequest & AddVpcIdRestrictionRuleMap(const char *key, const char *value)
bool VpcEndpointIdRestrictionRuleMapHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetVpcIdRestrictionRuleMap() const
UpdateIpRestrictionRequest & WithEnabled(bool value)
UpdateIpRestrictionRequest & AddVpcIdRestrictionRuleMap(const char *key, Aws::String &&value)
void SetIpRestrictionRuleMap(const Aws::Map< Aws::String, Aws::String > &value)
UpdateIpRestrictionRequest & AddVpcEndpointIdRestrictionRuleMap(Aws::String &&key, const Aws::String &value)
UpdateIpRestrictionRequest & WithAwsAccountId(Aws::String &&value)
UpdateIpRestrictionRequest & AddVpcEndpointIdRestrictionRuleMap(const char *key, Aws::String &&value)
void SetVpcEndpointIdRestrictionRuleMap(Aws::Map< Aws::String, Aws::String > &&value)
UpdateIpRestrictionRequest & WithAwsAccountId(const char *value)
UpdateIpRestrictionRequest & AddIpRestrictionRuleMap(Aws::String &&key, const Aws::String &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String