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/AWSVector.h>
43 template<
typename AwsAccountIdT = Aws::String>
44 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
45 template<
typename AwsAccountIdT = Aws::String>
57 template<
typename VPCConnectionIdT = Aws::String>
58 void SetVPCConnectionId(VPCConnectionIdT&& value) { m_vPCConnectionIdHasBeenSet =
true; m_vPCConnectionId = std::forward<VPCConnectionIdT>(value); }
59 template<
typename VPCConnectionIdT = Aws::String>
69 template<
typename NameT = Aws::String>
70 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
71 template<
typename NameT = Aws::String>
81 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
82 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
83 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
85 template<
typename SubnetIdsT = Aws::String>
95 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
96 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
97 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
99 template<
typename SecurityGroupIdsT = Aws::String>
109 template<
typename DnsResolversT = Aws::Vector<Aws::String>>
110 void SetDnsResolvers(DnsResolversT&& value) { m_dnsResolversHasBeenSet =
true; m_dnsResolvers = std::forward<DnsResolversT>(value); }
111 template<
typename DnsResolversT = Aws::Vector<Aws::String>>
113 template<
typename DnsResolversT = Aws::String>
123 template<
typename RoleArnT = Aws::String>
124 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
125 template<
typename RoleArnT = Aws::String>
131 bool m_awsAccountIdHasBeenSet =
false;
134 bool m_vPCConnectionIdHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
140 bool m_subnetIdsHasBeenSet =
false;
143 bool m_securityGroupIdsHasBeenSet =
false;
146 bool m_dnsResolversHasBeenSet =
false;
149 bool m_roleArnHasBeenSet =
false;
const Aws::String & GetAwsAccountId() const
virtual const char * GetServiceRequestName() const override
UpdateVPCConnectionRequest & WithRoleArn(RoleArnT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::Vector< Aws::String > & GetDnsResolvers() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
UpdateVPCConnectionRequest & AddSecurityGroupIds(SecurityGroupIdsT &&value)
UpdateVPCConnectionRequest & AddSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetDnsResolvers(DnsResolversT &&value)
bool SubnetIdsHasBeenSet() const
void SetVPCConnectionId(VPCConnectionIdT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
UpdateVPCConnectionRequest & WithDnsResolvers(DnsResolversT &&value)
UpdateVPCConnectionRequest & WithAwsAccountId(AwsAccountIdT &&value)
UpdateVPCConnectionRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
UpdateVPCConnectionRequest & WithSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::String & GetVPCConnectionId() const
const Aws::String & GetRoleArn() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
UpdateVPCConnectionRequest & AddDnsResolvers(DnsResolversT &&value)
void SetRoleArn(RoleArnT &&value)
void SetSubnetIds(SubnetIdsT &&value)
AWS_QUICKSIGHT_API UpdateVPCConnectionRequest()=default
bool RoleArnHasBeenSet() const
bool DnsResolversHasBeenSet() const
UpdateVPCConnectionRequest & WithSubnetIds(SubnetIdsT &&value)
bool VPCConnectionIdHasBeenSet() const
UpdateVPCConnectionRequest & WithVPCConnectionId(VPCConnectionIdT &&value)
bool AwsAccountIdHasBeenSet() const
bool SecurityGroupIdsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector