7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rds/RDSRequest.h>
10#include <aws/rds/RDS_EXPORTS.h>
11#include <aws/rds/model/DefaultAuthScheme.h>
12#include <aws/rds/model/EndpointNetworkType.h>
13#include <aws/rds/model/EngineFamily.h>
14#include <aws/rds/model/Tag.h>
15#include <aws/rds/model/TargetConnectionNetworkType.h>
16#include <aws/rds/model/UserAuthConfig.h>
52 template <
typename DBProxyNameT = Aws::String>
54 m_dBProxyNameHasBeenSet =
true;
55 m_dBProxyName = std::forward<DBProxyNameT>(value);
57 template <
typename DBProxyNameT = Aws::String>
76 m_engineFamilyHasBeenSet =
true;
77 m_engineFamily = value;
98 m_defaultAuthSchemeHasBeenSet =
true;
99 m_defaultAuthScheme = value;
113 template <
typename AuthT = Aws::Vector<UserAuthConfig>>
115 m_authHasBeenSet =
true;
116 m_auth = std::forward<AuthT>(value);
118 template <
typename AuthT = Aws::Vector<UserAuthConfig>>
120 SetAuth(std::forward<AuthT>(value));
123 template <
typename AuthT = UserAuthConfig>
125 m_authHasBeenSet =
true;
126 m_auth.emplace_back(std::forward<AuthT>(value));
138 template <
typename RoleArnT = Aws::String>
140 m_roleArnHasBeenSet =
true;
141 m_roleArn = std::forward<RoleArnT>(value);
143 template <
typename RoleArnT = Aws::String>
156 template <
typename VpcSubnetIdsT = Aws::Vector<Aws::String>>
158 m_vpcSubnetIdsHasBeenSet =
true;
159 m_vpcSubnetIds = std::forward<VpcSubnetIdsT>(value);
161 template <
typename VpcSubnetIdsT = Aws::Vector<Aws::String>>
166 template <
typename VpcSubnetIdsT = Aws::String>
168 m_vpcSubnetIdsHasBeenSet =
true;
169 m_vpcSubnetIds.emplace_back(std::forward<VpcSubnetIdsT>(value));
180 template <
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
182 m_vpcSecurityGroupIdsHasBeenSet =
true;
183 m_vpcSecurityGroupIds = std::forward<VpcSecurityGroupIdsT>(value);
185 template <
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
190 template <
typename VpcSecurityGroupIdsT = Aws::String>
192 m_vpcSecurityGroupIdsHasBeenSet =
true;
193 m_vpcSecurityGroupIds.emplace_back(std::forward<VpcSecurityGroupIdsT>(value));
207 m_requireTLSHasBeenSet =
true;
208 m_requireTLS = value;
225 m_idleClientTimeoutHasBeenSet =
true;
226 m_idleClientTimeout = value;
245 m_debugLoggingHasBeenSet =
true;
246 m_debugLogging = value;
261 template <
typename TagsT = Aws::Vector<Tag>>
263 m_tagsHasBeenSet =
true;
264 m_tags = std::forward<TagsT>(value);
266 template <
typename TagsT = Aws::Vector<Tag>>
268 SetTags(std::forward<TagsT>(value));
271 template <
typename TagsT = Tag>
273 m_tagsHasBeenSet =
true;
274 m_tags.emplace_back(std::forward<TagsT>(value));
295 m_endpointNetworkTypeHasBeenSet =
true;
296 m_endpointNetworkType = value;
320 m_targetConnectionNetworkTypeHasBeenSet =
true;
321 m_targetConnectionNetworkType = value;
343 bool m_requireTLS{
false};
345 int m_idleClientTimeout{0};
347 bool m_debugLogging{
false};
354 bool m_dBProxyNameHasBeenSet =
false;
355 bool m_engineFamilyHasBeenSet =
false;
356 bool m_defaultAuthSchemeHasBeenSet =
false;
357 bool m_authHasBeenSet =
false;
358 bool m_roleArnHasBeenSet =
false;
359 bool m_vpcSubnetIdsHasBeenSet =
false;
360 bool m_vpcSecurityGroupIdsHasBeenSet =
false;
361 bool m_requireTLSHasBeenSet =
false;
362 bool m_idleClientTimeoutHasBeenSet =
false;
363 bool m_debugLoggingHasBeenSet =
false;
364 bool m_tagsHasBeenSet =
false;
365 bool m_endpointNetworkTypeHasBeenSet =
false;
366 bool m_targetConnectionNetworkTypeHasBeenSet =
false;
void SetTargetConnectionNetworkType(TargetConnectionNetworkType value)
void SetEndpointNetworkType(EndpointNetworkType value)
void SetDBProxyName(DBProxyNameT &&value)
const Aws::Vector< Aws::String > & GetVpcSecurityGroupIds() const
bool IdleClientTimeoutHasBeenSet() const
void SetIdleClientTimeout(int value)
bool DefaultAuthSchemeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetVpcSubnetIds() const
bool GetRequireTLS() const
CreateDBProxyRequest & AddTags(TagsT &&value)
bool DBProxyNameHasBeenSet() const
CreateDBProxyRequest & WithDebugLogging(bool value)
void SetTags(TagsT &&value)
const Aws::Vector< UserAuthConfig > & GetAuth() const
bool VpcSecurityGroupIdsHasBeenSet() const
bool EndpointNetworkTypeHasBeenSet() const
CreateDBProxyRequest & WithRequireTLS(bool value)
CreateDBProxyRequest & WithAuth(AuthT &&value)
void SetAuth(AuthT &&value)
CreateDBProxyRequest & WithVpcSubnetIds(VpcSubnetIdsT &&value)
CreateDBProxyRequest & AddAuth(AuthT &&value)
void SetVpcSubnetIds(VpcSubnetIdsT &&value)
CreateDBProxyRequest & WithVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
bool VpcSubnetIdsHasBeenSet() const
CreateDBProxyRequest & WithDBProxyName(DBProxyNameT &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool RequireTLSHasBeenSet() const
CreateDBProxyRequest & WithTargetConnectionNetworkType(TargetConnectionNetworkType value)
CreateDBProxyRequest & WithIdleClientTimeout(int value)
CreateDBProxyRequest & WithEngineFamily(EngineFamily value)
AWS_RDS_API CreateDBProxyRequest()=default
CreateDBProxyRequest & WithEndpointNetworkType(EndpointNetworkType value)
CreateDBProxyRequest & WithDefaultAuthScheme(DefaultAuthScheme value)
bool EngineFamilyHasBeenSet() const
void SetEngineFamily(EngineFamily value)
const Aws::Vector< Tag > & GetTags() const
void SetRoleArn(RoleArnT &&value)
CreateDBProxyRequest & WithRoleArn(RoleArnT &&value)
CreateDBProxyRequest & WithTags(TagsT &&value)
TargetConnectionNetworkType GetTargetConnectionNetworkType() const
int GetIdleClientTimeout() const
void SetRequireTLS(bool value)
const Aws::String & GetDBProxyName() const
bool DebugLoggingHasBeenSet() const
void SetVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
void SetDebugLogging(bool value)
bool TagsHasBeenSet() const
CreateDBProxyRequest & AddVpcSubnetIds(VpcSubnetIdsT &&value)
bool GetDebugLogging() const
AWS_RDS_API Aws::String SerializePayload() const override
const Aws::String & GetRoleArn() const
DefaultAuthScheme GetDefaultAuthScheme() const
CreateDBProxyRequest & AddVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
bool TargetConnectionNetworkTypeHasBeenSet() const
EngineFamily GetEngineFamily() const
bool RoleArnHasBeenSet() const
EndpointNetworkType GetEndpointNetworkType() const
bool AuthHasBeenSet() const
void SetDefaultAuthScheme(DefaultAuthScheme value)
TargetConnectionNetworkType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector