7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rds/RDS_EXPORTS.h>
12#include <aws/rds/model/DBProxyStatus.h>
13#include <aws/rds/model/EndpointNetworkType.h>
14#include <aws/rds/model/TargetConnectionNetworkType.h>
15#include <aws/rds/model/UserAuthConfigInfo.h>
52 template <
typename DBProxyNameT = Aws::String>
54 m_dBProxyNameHasBeenSet =
true;
55 m_dBProxyName = std::forward<DBProxyNameT>(value);
57 template <
typename DBProxyNameT = Aws::String>
70 template <
typename DBProxyArnT = Aws::String>
72 m_dBProxyArnHasBeenSet =
true;
73 m_dBProxyArn = std::forward<DBProxyArnT>(value);
75 template <
typename DBProxyArnT = Aws::String>
91 m_statusHasBeenSet =
true;
111 template <
typename EngineFamilyT = Aws::String>
113 m_engineFamilyHasBeenSet =
true;
114 m_engineFamily = std::forward<EngineFamilyT>(value);
116 template <
typename EngineFamilyT = Aws::String>
129 template <
typename VpcIdT = Aws::String>
131 m_vpcIdHasBeenSet =
true;
132 m_vpcId = std::forward<VpcIdT>(value);
134 template <
typename VpcIdT = Aws::String>
136 SetVpcId(std::forward<VpcIdT>(value));
147 template <
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
149 m_vpcSecurityGroupIdsHasBeenSet =
true;
150 m_vpcSecurityGroupIds = std::forward<VpcSecurityGroupIdsT>(value);
152 template <
typename VpcSecurityGroupIdsT = Aws::Vector<Aws::String>>
157 template <
typename VpcSecurityGroupIdsT = Aws::String>
159 m_vpcSecurityGroupIdsHasBeenSet =
true;
160 m_vpcSecurityGroupIds.emplace_back(std::forward<VpcSecurityGroupIdsT>(value));
171 template <
typename VpcSubnetIdsT = Aws::Vector<Aws::String>>
173 m_vpcSubnetIdsHasBeenSet =
true;
174 m_vpcSubnetIds = std::forward<VpcSubnetIdsT>(value);
176 template <
typename VpcSubnetIdsT = Aws::Vector<Aws::String>>
181 template <
typename VpcSubnetIdsT = Aws::String>
183 m_vpcSubnetIdsHasBeenSet =
true;
184 m_vpcSubnetIds.emplace_back(std::forward<VpcSubnetIdsT>(value));
199 template <
typename DefaultAuthSchemeT = Aws::String>
201 m_defaultAuthSchemeHasBeenSet =
true;
202 m_defaultAuthScheme = std::forward<DefaultAuthSchemeT>(value);
204 template <
typename DefaultAuthSchemeT = Aws::String>
218 template <
typename AuthT = Aws::Vector<UserAuthConfigInfo>>
220 m_authHasBeenSet =
true;
221 m_auth = std::forward<AuthT>(value);
223 template <
typename AuthT = Aws::Vector<UserAuthConfigInfo>>
225 SetAuth(std::forward<AuthT>(value));
228 template <
typename AuthT = UserAuthConfigInfo>
230 m_authHasBeenSet =
true;
231 m_auth.emplace_back(std::forward<AuthT>(value));
243 template <
typename RoleArnT = Aws::String>
245 m_roleArnHasBeenSet =
true;
246 m_roleArn = std::forward<RoleArnT>(value);
248 template <
typename RoleArnT = Aws::String>
262 template <
typename Endpo
intT = Aws::String>
264 m_endpointHasBeenSet =
true;
265 m_endpoint = std::forward<EndpointT>(value);
267 template <
typename Endpo
intT = Aws::String>
282 m_requireTLSHasBeenSet =
true;
283 m_requireTLS = value;
302 m_idleClientTimeoutHasBeenSet =
true;
303 m_idleClientTimeout = value;
322 m_debugLoggingHasBeenSet =
true;
323 m_debugLogging = value;
337 template <
typename CreatedDateT = Aws::Utils::DateTime>
339 m_createdDateHasBeenSet =
true;
340 m_createdDate = std::forward<CreatedDateT>(value);
342 template <
typename CreatedDateT = Aws::Utils::DateTime>
355 template <
typename UpdatedDateT = Aws::Utils::DateTime>
357 m_updatedDateHasBeenSet =
true;
358 m_updatedDate = std::forward<UpdatedDateT>(value);
360 template <
typename UpdatedDateT = Aws::Utils::DateTime>
379 m_endpointNetworkTypeHasBeenSet =
true;
380 m_endpointNetworkType = value;
400 m_targetConnectionNetworkTypeHasBeenSet =
true;
401 m_targetConnectionNetworkType = value;
431 bool m_requireTLS{
false};
433 int m_idleClientTimeout{0};
435 bool m_debugLogging{
false};
444 bool m_dBProxyNameHasBeenSet =
false;
445 bool m_dBProxyArnHasBeenSet =
false;
446 bool m_statusHasBeenSet =
false;
447 bool m_engineFamilyHasBeenSet =
false;
448 bool m_vpcIdHasBeenSet =
false;
449 bool m_vpcSecurityGroupIdsHasBeenSet =
false;
450 bool m_vpcSubnetIdsHasBeenSet =
false;
451 bool m_defaultAuthSchemeHasBeenSet =
false;
452 bool m_authHasBeenSet =
false;
453 bool m_roleArnHasBeenSet =
false;
454 bool m_endpointHasBeenSet =
false;
455 bool m_requireTLSHasBeenSet =
false;
456 bool m_idleClientTimeoutHasBeenSet =
false;
457 bool m_debugLoggingHasBeenSet =
false;
458 bool m_createdDateHasBeenSet =
false;
459 bool m_updatedDateHasBeenSet =
false;
460 bool m_endpointNetworkTypeHasBeenSet =
false;
461 bool m_targetConnectionNetworkTypeHasBeenSet =
false;
bool VpcSubnetIdsHasBeenSet() const
DBProxy & AddAuth(AuthT &&value)
void SetAuth(AuthT &&value)
void SetVpcSubnetIds(VpcSubnetIdsT &&value)
void SetRoleArn(RoleArnT &&value)
DBProxy & WithDebugLogging(bool value)
bool DBProxyNameHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedDate() const
DBProxy & WithAuth(AuthT &&value)
bool DebugLoggingHasBeenSet() const
bool GetRequireTLS() const
EndpointNetworkType GetEndpointNetworkType() const
DBProxy & WithIdleClientTimeout(int value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetStatus(DBProxyStatus value)
bool StatusHasBeenSet() const
DBProxy & WithVpcSubnetIds(VpcSubnetIdsT &&value)
bool EngineFamilyHasBeenSet() const
const Aws::String & GetDBProxyName() const
bool RoleArnHasBeenSet() const
bool DBProxyArnHasBeenSet() const
void SetEndpointNetworkType(EndpointNetworkType value)
DBProxy & WithTargetConnectionNetworkType(TargetConnectionNetworkType value)
void SetDBProxyName(DBProxyNameT &&value)
const Aws::String & GetDBProxyArn() const
AWS_RDS_API DBProxy(const Aws::Utils::Xml::XmlNode &xmlNode)
DBProxy & WithVpcId(VpcIdT &&value)
DBProxy & AddVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
DBProxy & WithDefaultAuthScheme(DefaultAuthSchemeT &&value)
const Aws::Vector< UserAuthConfigInfo > & GetAuth() const
DBProxy & WithUpdatedDate(UpdatedDateT &&value)
void SetDefaultAuthScheme(DefaultAuthSchemeT &&value)
bool UpdatedDateHasBeenSet() const
void SetEngineFamily(EngineFamilyT &&value)
bool CreatedDateHasBeenSet() const
bool IdleClientTimeoutHasBeenSet() const
DBProxy & WithRoleArn(RoleArnT &&value)
void SetDBProxyArn(DBProxyArnT &&value)
DBProxy & WithEndpointNetworkType(EndpointNetworkType value)
void SetCreatedDate(CreatedDateT &&value)
DBProxy & WithRequireTLS(bool value)
void SetEndpoint(EndpointT &&value)
bool TargetConnectionNetworkTypeHasBeenSet() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetUpdatedDate(UpdatedDateT &&value)
const Aws::String & GetDefaultAuthScheme() const
DBProxy & WithEndpoint(EndpointT &&value)
bool AuthHasBeenSet() const
DBProxy & WithDBProxyName(DBProxyNameT &&value)
TargetConnectionNetworkType GetTargetConnectionNetworkType() const
AWS_RDS_API DBProxy()=default
bool GetDebugLogging() const
const Aws::String & GetEndpoint() const
const Aws::String & GetEngineFamily() const
DBProxy & WithEngineFamily(EngineFamilyT &&value)
DBProxy & WithStatus(DBProxyStatus value)
bool EndpointHasBeenSet() const
DBProxy & AddVpcSubnetIds(VpcSubnetIdsT &&value)
DBProxy & WithCreatedDate(CreatedDateT &&value)
bool EndpointNetworkTypeHasBeenSet() const
void SetIdleClientTimeout(int value)
const Aws::String & GetVpcId() const
void SetTargetConnectionNetworkType(TargetConnectionNetworkType value)
void SetRequireTLS(bool value)
void SetDebugLogging(bool value)
int GetIdleClientTimeout() const
bool DefaultAuthSchemeHasBeenSet() const
DBProxy & WithVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
void SetVpcSecurityGroupIds(VpcSecurityGroupIdsT &&value)
bool RequireTLSHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedDate() const
DBProxyStatus GetStatus() const
bool VpcSecurityGroupIdsHasBeenSet() const
DBProxy & WithDBProxyArn(DBProxyArnT &&value)
const Aws::String & GetRoleArn() const
AWS_RDS_API DBProxy & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool VpcIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetVpcSecurityGroupIds() const
void SetVpcId(VpcIdT &&value)
const Aws::Vector< Aws::String > & GetVpcSubnetIds() const
TargetConnectionNetworkType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream