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/rds/RDS_EXPORTS.h>
11#include <aws/rds/model/ConnectionPoolConfigurationInfo.h>
48 template <
typename DBProxyNameT = Aws::String>
50 m_dBProxyNameHasBeenSet =
true;
51 m_dBProxyName = std::forward<DBProxyNameT>(value);
53 template <
typename DBProxyNameT = Aws::String>
68 template <
typename TargetGroupNameT = Aws::String>
70 m_targetGroupNameHasBeenSet =
true;
71 m_targetGroupName = std::forward<TargetGroupNameT>(value);
73 template <
typename TargetGroupNameT = Aws::String>
86 template <
typename TargetGroupArnT = Aws::String>
88 m_targetGroupArnHasBeenSet =
true;
89 m_targetGroupArn = std::forward<TargetGroupArnT>(value);
91 template <
typename TargetGroupArnT = Aws::String>
108 m_isDefaultHasBeenSet =
true;
126 template <
typename StatusT = Aws::String>
128 m_statusHasBeenSet =
true;
129 m_status = std::forward<StatusT>(value);
131 template <
typename StatusT = Aws::String>
145 template <
typename ConnectionPoolConfigT = ConnectionPoolConfigurationInfo>
147 m_connectionPoolConfigHasBeenSet =
true;
148 m_connectionPoolConfig = std::forward<ConnectionPoolConfigT>(value);
150 template <
typename ConnectionPoolConfigT = ConnectionPoolConfigurationInfo>
163 template <
typename CreatedDateT = Aws::Utils::DateTime>
165 m_createdDateHasBeenSet =
true;
166 m_createdDate = std::forward<CreatedDateT>(value);
168 template <
typename CreatedDateT = Aws::Utils::DateTime>
181 template <
typename UpdatedDateT = Aws::Utils::DateTime>
183 m_updatedDateHasBeenSet =
true;
184 m_updatedDate = std::forward<UpdatedDateT>(value);
186 template <
typename UpdatedDateT = Aws::Utils::DateTime>
199 bool m_isDefault{
false};
203 ConnectionPoolConfigurationInfo m_connectionPoolConfig;
208 bool m_dBProxyNameHasBeenSet =
false;
209 bool m_targetGroupNameHasBeenSet =
false;
210 bool m_targetGroupArnHasBeenSet =
false;
211 bool m_isDefaultHasBeenSet =
false;
212 bool m_statusHasBeenSet =
false;
213 bool m_connectionPoolConfigHasBeenSet =
false;
214 bool m_createdDateHasBeenSet =
false;
215 bool m_updatedDateHasBeenSet =
false;
void SetIsDefault(bool value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool StatusHasBeenSet() const
DBProxyTargetGroup & WithIsDefault(bool value)
const Aws::Utils::DateTime & GetCreatedDate() const
void SetStatus(StatusT &&value)
AWS_RDS_API DBProxyTargetGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetTargetGroupArn() const
bool TargetGroupArnHasBeenSet() const
const Aws::String & GetStatus() const
DBProxyTargetGroup & WithStatus(StatusT &&value)
DBProxyTargetGroup & WithConnectionPoolConfig(ConnectionPoolConfigT &&value)
void SetConnectionPoolConfig(ConnectionPoolConfigT &&value)
void SetDBProxyName(DBProxyNameT &&value)
bool DBProxyNameHasBeenSet() const
const ConnectionPoolConfigurationInfo & GetConnectionPoolConfig() const
bool UpdatedDateHasBeenSet() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_RDS_API DBProxyTargetGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
bool GetIsDefault() const
void SetTargetGroupArn(TargetGroupArnT &&value)
void SetTargetGroupName(TargetGroupNameT &&value)
bool CreatedDateHasBeenSet() const
bool TargetGroupNameHasBeenSet() const
DBProxyTargetGroup & WithUpdatedDate(UpdatedDateT &&value)
const Aws::Utils::DateTime & GetUpdatedDate() const
void SetUpdatedDate(UpdatedDateT &&value)
bool IsDefaultHasBeenSet() const
AWS_RDS_API DBProxyTargetGroup()=default
DBProxyTargetGroup & WithDBProxyName(DBProxyNameT &&value)
DBProxyTargetGroup & WithTargetGroupName(TargetGroupNameT &&value)
DBProxyTargetGroup & WithTargetGroupArn(TargetGroupArnT &&value)
void SetCreatedDate(CreatedDateT &&value)
bool ConnectionPoolConfigHasBeenSet() const
DBProxyTargetGroup & WithCreatedDate(CreatedDateT &&value)
const Aws::String & GetTargetGroupName() const
const Aws::String & GetDBProxyName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream