7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
38 template <
typename AwsAccountIdT = Aws::String>
40 m_awsAccountIdHasBeenSet =
true;
41 m_awsAccountId = std::forward<AwsAccountIdT>(value);
43 template <
typename AwsAccountIdT = Aws::String>
57 template <
typename IpRestrictionRuleMapT = Aws::Map<Aws::String, Aws::String>>
59 m_ipRestrictionRuleMapHasBeenSet =
true;
60 m_ipRestrictionRuleMap = std::forward<IpRestrictionRuleMapT>(value);
62 template <
typename IpRestrictionRuleMapT = Aws::Map<Aws::String, Aws::String>>
67 template <
typename IpRestrictionRuleMapKeyT = Aws::String,
typename IpRestrictionRuleMapValueT = Aws::String>
69 m_ipRestrictionRuleMapHasBeenSet =
true;
70 m_ipRestrictionRuleMap.emplace(std::forward<IpRestrictionRuleMapKeyT>(key), std::forward<IpRestrictionRuleMapValueT>(value));
83 template <
typename VpcIdRestrictionRuleMapT = Aws::Map<Aws::String, Aws::String>>
85 m_vpcIdRestrictionRuleMapHasBeenSet =
true;
86 m_vpcIdRestrictionRuleMap = std::forward<VpcIdRestrictionRuleMapT>(value);
88 template <
typename VpcIdRestrictionRuleMapT = Aws::Map<Aws::String, Aws::String>>
93 template <
typename VpcIdRestrictionRuleMapKeyT = Aws::String,
typename VpcIdRestrictionRuleMapValueT = Aws::String>
95 m_vpcIdRestrictionRuleMapHasBeenSet =
true;
96 m_vpcIdRestrictionRuleMap.emplace(std::forward<VpcIdRestrictionRuleMapKeyT>(key), std::forward<VpcIdRestrictionRuleMapValueT>(value));
108 template <
typename VpcEndpo
intIdRestrictionRuleMapT = Aws::Map<Aws::String, Aws::String>>
110 m_vpcEndpointIdRestrictionRuleMapHasBeenSet =
true;
111 m_vpcEndpointIdRestrictionRuleMap = std::forward<VpcEndpointIdRestrictionRuleMapT>(value);
113 template <
typename VpcEndpo
intIdRestrictionRuleMapT = Aws::Map<Aws::String, Aws::String>>
118 template <
typename VpcEndpo
intIdRestrictionRuleMapKeyT = Aws::String,
typename VpcEndpo
intIdRestrictionRuleMapValueT = Aws::String>
120 VpcEndpointIdRestrictionRuleMapValueT&& value) {
121 m_vpcEndpointIdRestrictionRuleMapHasBeenSet =
true;
122 m_vpcEndpointIdRestrictionRuleMap.emplace(std::forward<VpcEndpointIdRestrictionRuleMapKeyT>(key),
123 std::forward<VpcEndpointIdRestrictionRuleMapValueT>(value));
135 m_enabledHasBeenSet =
true;
152 bool m_enabled{
false};
153 bool m_awsAccountIdHasBeenSet =
false;
154 bool m_ipRestrictionRuleMapHasBeenSet =
false;
155 bool m_vpcIdRestrictionRuleMapHasBeenSet =
false;
156 bool m_vpcEndpointIdRestrictionRuleMapHasBeenSet =
false;
157 bool m_enabledHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetVpcEndpointIdRestrictionRuleMap() const
UpdateIpRestrictionRequest & WithIpRestrictionRuleMap(IpRestrictionRuleMapT &&value)
UpdateIpRestrictionRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
bool VpcIdRestrictionRuleMapHasBeenSet() const
UpdateIpRestrictionRequest & WithVpcEndpointIdRestrictionRuleMap(VpcEndpointIdRestrictionRuleMapT &&value)
void SetVpcEndpointIdRestrictionRuleMap(VpcEndpointIdRestrictionRuleMapT &&value)
bool AwsAccountIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateIpRestrictionRequest & AddVpcEndpointIdRestrictionRuleMap(VpcEndpointIdRestrictionRuleMapKeyT &&key, VpcEndpointIdRestrictionRuleMapValueT &&value)
void SetEnabled(bool value)
UpdateIpRestrictionRequest & AddIpRestrictionRuleMap(IpRestrictionRuleMapKeyT &&key, IpRestrictionRuleMapValueT &&value)
UpdateIpRestrictionRequest & AddVpcIdRestrictionRuleMap(VpcIdRestrictionRuleMapKeyT &&key, VpcIdRestrictionRuleMapValueT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetIpRestrictionRuleMap() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool EnabledHasBeenSet() const
bool IpRestrictionRuleMapHasBeenSet() const
AWS_QUICKSIGHT_API UpdateIpRestrictionRequest()=default
bool VpcEndpointIdRestrictionRuleMapHasBeenSet() const
void SetIpRestrictionRuleMap(IpRestrictionRuleMapT &&value)
const Aws::Map< Aws::String, Aws::String > & GetVpcIdRestrictionRuleMap() const
UpdateIpRestrictionRequest & WithVpcIdRestrictionRuleMap(VpcIdRestrictionRuleMapT &&value)
UpdateIpRestrictionRequest & WithEnabled(bool value)
void SetVpcIdRestrictionRuleMap(VpcIdRestrictionRuleMapT &&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