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/UserAuthConfig.h>
13#include <aws/rds/model/Tag.h>
53 template<
typename DBProxyNameT = Aws::String>
54 void SetDBProxyName(DBProxyNameT&& value) { m_dBProxyNameHasBeenSet =
true; m_dBProxyName = std::forward<DBProxyNameT>(value); }
55 template<
typename DBProxyNameT = Aws::String>
80 template<
typename AuthT = Aws::Vector<UserAuthConfig>>
81 void SetAuth(AuthT&& value) { m_authHasBeenSet =
true; m_auth = std::forward<AuthT>(value); }
82 template<
typename AuthT = Aws::Vector<UserAuthConfig>>
84 template<
typename AuthT = UserAuthConfig>
95 template<
typename RoleArnT = Aws::String>
96 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
97 template<
typename RoleArnT = Aws::String>
107 template<
typename VpcSubnetIdsT = Aws::Vector<Aws::String>>
108 void SetVpcSubnetIds(VpcSubnetIdsT&& value) { m_vpcSubnetIdsHasBeenSet =
true; m_vpcSubnetIds = std::forward<VpcSubnetIdsT>(value); }
109 template<
typename VpcSubnetIdsT = Aws::Vector<Aws::String>>
111 template<
typename VpcSubnetIdsT = Aws::String>
121 template<
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
122 void SetVpcSecurityGroupIds(VpcSecurityGroupIdsT&& value) { m_vpcSecurityGroupIdsHasBeenSet =
true; m_vpcSecurityGroupIds = std::forward<VpcSecurityGroupIdsT>(value); }
123 template<
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
125 template<
typename VpcSecurityGroupIdsT = Aws::String>
137 inline void SetRequireTLS(
bool value) { m_requireTLSHasBeenSet =
true; m_requireTLS = value; }
149 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>
186 bool m_dBProxyNameHasBeenSet =
false;
189 bool m_engineFamilyHasBeenSet =
false;
192 bool m_authHasBeenSet =
false;
195 bool m_roleArnHasBeenSet =
false;
198 bool m_vpcSubnetIdsHasBeenSet =
false;
201 bool m_vpcSecurityGroupIdsHasBeenSet =
false;
203 bool m_requireTLS{
false};
204 bool m_requireTLSHasBeenSet =
false;
206 int m_idleClientTimeout{0};
207 bool m_idleClientTimeoutHasBeenSet =
false;
209 bool m_debugLogging{
false};
210 bool m_debugLoggingHasBeenSet =
false;
213 bool m_tagsHasBeenSet =
false;
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
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 & WithIdleClientTimeout(int value)
CreateDBProxyRequest & WithEngineFamily(EngineFamily value)
AWS_RDS_API CreateDBProxyRequest()=default
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)
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)
EngineFamily GetEngineFamily() const
bool RoleArnHasBeenSet() const
bool AuthHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector