7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rds/model/DBProxyEndpointStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/rds/model/DBProxyEndpointTargetRole.h>
61 inline void SetDBProxyEndpointName(
const char* value) { m_dBProxyEndpointNameHasBeenSet =
true; m_dBProxyEndpointName.assign(value); }
75 inline void SetDBProxyEndpointArn(
const char* value) { m_dBProxyEndpointArnHasBeenSet =
true; m_dBProxyEndpointArn.assign(value); }
90 inline void SetDBProxyName(
const char* value) { m_dBProxyNameHasBeenSet =
true; m_dBProxyName.assign(value); }
119 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
165 inline void SetEndpoint(
const char* value) { m_endpointHasBeenSet =
true; m_endpoint.assign(value); }
205 inline void SetIsDefault(
bool value) { m_isDefaultHasBeenSet =
true; m_isDefault = value; }
211 bool m_dBProxyEndpointNameHasBeenSet =
false;
214 bool m_dBProxyEndpointArnHasBeenSet =
false;
217 bool m_dBProxyNameHasBeenSet =
false;
220 bool m_statusHasBeenSet =
false;
223 bool m_vpcIdHasBeenSet =
false;
226 bool m_vpcSecurityGroupIdsHasBeenSet =
false;
229 bool m_vpcSubnetIdsHasBeenSet =
false;
232 bool m_endpointHasBeenSet =
false;
235 bool m_createdDateHasBeenSet =
false;
238 bool m_targetRoleHasBeenSet =
false;
241 bool m_isDefaultHasBeenSet =
false;
const Aws::String & GetDBProxyName() const
const Aws::Vector< Aws::String > & GetVpcSubnetIds() const
void SetDBProxyEndpointName(const char *value)
void SetVpcId(const char *value)
DBProxyEndpoint & WithDBProxyEndpointArn(const Aws::String &value)
bool DBProxyNameHasBeenSet() const
DBProxyEndpoint & AddVpcSecurityGroupIds(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
DBProxyEndpoint & WithDBProxyEndpointArn(Aws::String &&value)
DBProxyEndpoint & WithCreatedDate(Aws::Utils::DateTime &&value)
const Aws::String & GetDBProxyEndpointName() const
AWS_RDS_API DBProxyEndpoint()
void SetDBProxyName(const char *value)
bool VpcSubnetIdsHasBeenSet() const
void SetVpcSecurityGroupIds(const Aws::Vector< Aws::String > &value)
DBProxyEndpoint & WithVpcId(Aws::String &&value)
bool DBProxyEndpointNameHasBeenSet() const
DBProxyEndpoint & WithEndpoint(Aws::String &&value)
bool TargetRoleHasBeenSet() const
bool CreatedDateHasBeenSet() const
const Aws::Vector< Aws::String > & GetVpcSecurityGroupIds() const
void SetEndpoint(const char *value)
DBProxyEndpoint & WithVpcSecurityGroupIds(const Aws::Vector< Aws::String > &value)
DBProxyEndpoint & WithTargetRole(const DBProxyEndpointTargetRole &value)
DBProxyEndpoint & WithVpcSubnetIds(Aws::Vector< Aws::String > &&value)
DBProxyEndpoint & WithDBProxyName(Aws::String &&value)
bool GetIsDefault() const
DBProxyEndpoint & WithEndpoint(const char *value)
void SetDBProxyEndpointArn(const char *value)
DBProxyEndpoint & WithDBProxyName(const char *value)
DBProxyEndpoint & WithVpcSubnetIds(const Aws::Vector< Aws::String > &value)
void SetDBProxyEndpointArn(Aws::String &&value)
DBProxyEndpoint & WithDBProxyEndpointName(const Aws::String &value)
DBProxyEndpoint & WithTargetRole(DBProxyEndpointTargetRole &&value)
void SetVpcId(Aws::String &&value)
AWS_RDS_API DBProxyEndpoint(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStatus(const DBProxyEndpointStatus &value)
void SetVpcSubnetIds(const Aws::Vector< Aws::String > &value)
void SetCreatedDate(const Aws::Utils::DateTime &value)
DBProxyEndpoint & WithDBProxyName(const Aws::String &value)
DBProxyEndpoint & WithVpcId(const Aws::String &value)
const Aws::String & GetEndpoint() const
void SetStatus(DBProxyEndpointStatus &&value)
bool DBProxyEndpointArnHasBeenSet() const
void SetDBProxyEndpointArn(const Aws::String &value)
DBProxyEndpoint & WithIsDefault(bool value)
void SetDBProxyEndpointName(const Aws::String &value)
const DBProxyEndpointTargetRole & GetTargetRole() const
bool VpcSecurityGroupIdsHasBeenSet() const
void SetEndpoint(const Aws::String &value)
DBProxyEndpoint & WithStatus(const DBProxyEndpointStatus &value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetVpcId() const
void SetCreatedDate(Aws::Utils::DateTime &&value)
DBProxyEndpoint & AddVpcSubnetIds(Aws::String &&value)
void SetTargetRole(DBProxyEndpointTargetRole &&value)
DBProxyEndpoint & AddVpcSubnetIds(const char *value)
void SetDBProxyName(Aws::String &&value)
DBProxyEndpoint & WithCreatedDate(const Aws::Utils::DateTime &value)
bool EndpointHasBeenSet() const
DBProxyEndpoint & AddVpcSubnetIds(const Aws::String &value)
bool VpcIdHasBeenSet() const
DBProxyEndpoint & WithDBProxyEndpointName(Aws::String &&value)
void SetDBProxyEndpointName(Aws::String &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetVpcId(const Aws::String &value)
DBProxyEndpoint & WithStatus(DBProxyEndpointStatus &&value)
DBProxyEndpoint & AddVpcSecurityGroupIds(const char *value)
DBProxyEndpoint & WithDBProxyEndpointName(const char *value)
DBProxyEndpoint & WithEndpoint(const Aws::String &value)
void SetEndpoint(Aws::String &&value)
const DBProxyEndpointStatus & GetStatus() const
DBProxyEndpoint & WithDBProxyEndpointArn(const char *value)
bool StatusHasBeenSet() const
AWS_RDS_API DBProxyEndpoint & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetTargetRole(const DBProxyEndpointTargetRole &value)
void SetVpcSubnetIds(Aws::Vector< Aws::String > &&value)
DBProxyEndpoint & WithVpcId(const char *value)
void SetDBProxyName(const Aws::String &value)
DBProxyEndpoint & WithVpcSecurityGroupIds(Aws::Vector< Aws::String > &&value)
DBProxyEndpoint & AddVpcSecurityGroupIds(const Aws::String &value)
bool IsDefaultHasBeenSet() const
void SetVpcSecurityGroupIds(Aws::Vector< Aws::String > &&value)
void SetIsDefault(bool value)
const Aws::String & GetDBProxyEndpointArn() const
DBProxyEndpointTargetRole
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