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>
11#include <aws/quicksight/model/Tag.h>
44 template<
typename AwsAccountIdT = Aws::String>
45 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
46 template<
typename AwsAccountIdT = Aws::String>
58 template<
typename VPCConnectionIdT = Aws::String>
59 void SetVPCConnectionId(VPCConnectionIdT&& value) { m_vPCConnectionIdHasBeenSet =
true; m_vPCConnectionId = std::forward<VPCConnectionIdT>(value); }
60 template<
typename VPCConnectionIdT = Aws::String>
70 template<
typename NameT = Aws::String>
71 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
72 template<
typename NameT = Aws::String>
82 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
83 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
84 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
86 template<
typename SubnetIdsT = Aws::String>
96 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
97 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
98 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
100 template<
typename SecurityGroupIdsT = Aws::String>
110 template<
typename DnsResolversT = Aws::Vector<Aws::String>>
111 void SetDnsResolvers(DnsResolversT&& value) { m_dnsResolversHasBeenSet =
true; m_dnsResolvers = std::forward<DnsResolversT>(value); }
112 template<
typename DnsResolversT = Aws::Vector<Aws::String>>
114 template<
typename DnsResolversT = Aws::String>
124 template<
typename RoleArnT = Aws::String>
125 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
126 template<
typename RoleArnT = Aws::String>
137 template<
typename TagsT = Aws::Vector<Tag>>
138 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
139 template<
typename TagsT = Aws::Vector<Tag>>
141 template<
typename TagsT = Tag>
147 bool m_awsAccountIdHasBeenSet =
false;
150 bool m_vPCConnectionIdHasBeenSet =
false;
153 bool m_nameHasBeenSet =
false;
156 bool m_subnetIdsHasBeenSet =
false;
159 bool m_securityGroupIdsHasBeenSet =
false;
162 bool m_dnsResolversHasBeenSet =
false;
165 bool m_roleArnHasBeenSet =
false;
168 bool m_tagsHasBeenSet =
false;
CreateVPCConnectionRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetDnsResolvers() const
bool SecurityGroupIdsHasBeenSet() const
CreateVPCConnectionRequest & WithDnsResolvers(DnsResolversT &&value)
bool RoleArnHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetName() const
CreateVPCConnectionRequest & WithName(NameT &&value)
bool TagsHasBeenSet() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
CreateVPCConnectionRequest & WithSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetRoleArn(RoleArnT &&value)
bool NameHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetAwsAccountId() const
void SetVPCConnectionId(VPCConnectionIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetVPCConnectionId() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
bool DnsResolversHasBeenSet() const
CreateVPCConnectionRequest & WithVPCConnectionId(VPCConnectionIdT &&value)
CreateVPCConnectionRequest & AddTags(TagsT &&value)
bool VPCConnectionIdHasBeenSet() const
CreateVPCConnectionRequest & WithTags(TagsT &&value)
const Aws::String & GetRoleArn() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
AWS_QUICKSIGHT_API CreateVPCConnectionRequest()=default
void SetDnsResolvers(DnsResolversT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
CreateVPCConnectionRequest & WithSubnetIds(SubnetIdsT &&value)
CreateVPCConnectionRequest & WithRoleArn(RoleArnT &&value)
bool SubnetIdsHasBeenSet() const
CreateVPCConnectionRequest & AddDnsResolvers(DnsResolversT &&value)
CreateVPCConnectionRequest & AddSubnetIds(SubnetIdsT &&value)
void SetTags(TagsT &&value)
void SetName(NameT &&value)
CreateVPCConnectionRequest & AddSecurityGroupIds(SecurityGroupIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector