7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rds/model/EngineFamily.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/rds/model/EndpointNetworkType.h>
13#include <aws/rds/model/TargetConnectionNetworkType.h>
14#include <aws/rds/model/UserAuthConfig.h>
15#include <aws/rds/model/Tag.h>
55 template<
typename DBProxyNameT = Aws::String>
56 void SetDBProxyName(DBProxyNameT&& value) { m_dBProxyNameHasBeenSet =
true; m_dBProxyName = std::forward<DBProxyNameT>(value); }
57 template<
typename DBProxyNameT = Aws::String>
82 template<
typename AuthT = Aws::Vector<UserAuthConfig>>
83 void SetAuth(AuthT&& value) { m_authHasBeenSet =
true; m_auth = std::forward<AuthT>(value); }
84 template<
typename AuthT = Aws::Vector<UserAuthConfig>>
86 template<
typename AuthT = UserAuthConfig>
97 template<
typename RoleArnT = Aws::String>
98 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
99 template<
typename RoleArnT = Aws::String>
109 template<
typename VpcSubnetIdsT = Aws::Vector<Aws::String>>
110 void SetVpcSubnetIds(VpcSubnetIdsT&& value) { m_vpcSubnetIdsHasBeenSet =
true; m_vpcSubnetIds = std::forward<VpcSubnetIdsT>(value); }
111 template<
typename VpcSubnetIdsT = Aws::Vector<Aws::String>>
113 template<
typename VpcSubnetIdsT = Aws::String>
123 template<
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
124 void SetVpcSecurityGroupIds(VpcSecurityGroupIdsT&& value) { m_vpcSecurityGroupIdsHasBeenSet =
true; m_vpcSecurityGroupIds = std::forward<VpcSecurityGroupIdsT>(value); }
125 template<
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
127 template<
typename VpcSecurityGroupIdsT = Aws::String>
139 inline void SetRequireTLS(
bool value) { m_requireTLSHasBeenSet =
true; m_requireTLS = value; }
151 inline void SetIdleClientTimeout(
int value) { m_idleClientTimeoutHasBeenSet =
true; m_idleClientTimeout = value; }
165 inline void SetDebugLogging(
bool value) { m_debugLoggingHasBeenSet =
true; m_debugLogging = value; }
176 template<
typename TagsT = Aws::Vector<Tag>>
177 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
178 template<
typename TagsT = Aws::Vector<Tag>>
180 template<
typename TagsT = Tag>
224 bool m_dBProxyNameHasBeenSet =
false;
227 bool m_engineFamilyHasBeenSet =
false;
230 bool m_authHasBeenSet =
false;
233 bool m_roleArnHasBeenSet =
false;
236 bool m_vpcSubnetIdsHasBeenSet =
false;
239 bool m_vpcSecurityGroupIdsHasBeenSet =
false;
241 bool m_requireTLS{
false};
242 bool m_requireTLSHasBeenSet =
false;
244 int m_idleClientTimeout{0};
245 bool m_idleClientTimeoutHasBeenSet =
false;
247 bool m_debugLogging{
false};
248 bool m_debugLoggingHasBeenSet =
false;
251 bool m_tagsHasBeenSet =
false;
254 bool m_endpointNetworkTypeHasBeenSet =
false;
257 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)
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)
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
CreateDBProxyRequest & AddVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
bool TargetConnectionNetworkTypeHasBeenSet() const
EngineFamily GetEngineFamily() const
bool RoleArnHasBeenSet() const
EndpointNetworkType GetEndpointNetworkType() const
bool AuthHasBeenSet() const
TargetConnectionNetworkType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector