AWS SDK for C++
1.8.182
AWS SDK for C++
|
#include <Endpoint.h>
Public Member Functions | |
Endpoint () | |
Endpoint (const Aws::Utils::Xml::XmlNode &xmlNode) | |
Endpoint & | operator= (const Aws::Utils::Xml::XmlNode &xmlNode) |
void | OutputToStream (Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const |
void | OutputToStream (Aws::OStream &oStream, const char *location) const |
const Aws::String & | GetAddress () const |
bool | AddressHasBeenSet () const |
void | SetAddress (const Aws::String &value) |
void | SetAddress (Aws::String &&value) |
void | SetAddress (const char *value) |
Endpoint & | WithAddress (const Aws::String &value) |
Endpoint & | WithAddress (Aws::String &&value) |
Endpoint & | WithAddress (const char *value) |
int | GetPort () const |
bool | PortHasBeenSet () const |
void | SetPort (int value) |
Endpoint & | WithPort (int value) |
const Aws::String & | GetHostedZoneId () const |
bool | HostedZoneIdHasBeenSet () const |
void | SetHostedZoneId (const Aws::String &value) |
void | SetHostedZoneId (Aws::String &&value) |
void | SetHostedZoneId (const char *value) |
Endpoint & | WithHostedZoneId (const Aws::String &value) |
Endpoint & | WithHostedZoneId (Aws::String &&value) |
Endpoint & | WithHostedZoneId (const char *value) |
This data type represents the information you need to connect to an Amazon RDS DB instance. This data type is used as a response element in the following actions:
CreateDBInstance
DescribeDBInstances
DeleteDBInstance
For the data structure that represents Amazon Aurora DB cluster endpoints, see DBClusterEndpoint
.
Definition at line 37 of file Endpoint.h.
Aws::RDS::Model::Endpoint::Endpoint | ( | ) |
Aws::RDS::Model::Endpoint::Endpoint | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
|
inline |
Specifies the DNS address of the DB instance.
Definition at line 56 of file Endpoint.h.
|
inline |
Specifies the DNS address of the DB instance.
Definition at line 51 of file Endpoint.h.
|
inline |
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
Definition at line 114 of file Endpoint.h.
|
inline |
Specifies the port that the database engine is listening on.
Definition at line 92 of file Endpoint.h.
|
inline |
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
Definition at line 120 of file Endpoint.h.
Endpoint& Aws::RDS::Model::Endpoint::operator= | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
void Aws::RDS::Model::Endpoint::OutputToStream | ( | Aws::OStream & | oStream, |
const char * | location | ||
) | const |
void Aws::RDS::Model::Endpoint::OutputToStream | ( | Aws::OStream & | ostream, |
const char * | location, | ||
unsigned | index, | ||
const char * | locationValue | ||
) | const |
|
inline |
Specifies the port that the database engine is listening on.
Definition at line 97 of file Endpoint.h.
|
inline |
Specifies the DNS address of the DB instance.
Definition at line 66 of file Endpoint.h.
|
inline |
Specifies the DNS address of the DB instance.
Definition at line 61 of file Endpoint.h.
|
inline |
Specifies the DNS address of the DB instance.
Definition at line 71 of file Endpoint.h.
|
inline |
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
Definition at line 132 of file Endpoint.h.
|
inline |
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
Definition at line 126 of file Endpoint.h.
|
inline |
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
Definition at line 138 of file Endpoint.h.
|
inline |
Specifies the port that the database engine is listening on.
Definition at line 102 of file Endpoint.h.
|
inline |
Specifies the DNS address of the DB instance.
Definition at line 81 of file Endpoint.h.
|
inline |
Specifies the DNS address of the DB instance.
Definition at line 76 of file Endpoint.h.
|
inline |
Specifies the DNS address of the DB instance.
Definition at line 86 of file Endpoint.h.
|
inline |
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
Definition at line 150 of file Endpoint.h.
|
inline |
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
Definition at line 144 of file Endpoint.h.
|
inline |
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
Definition at line 156 of file Endpoint.h.
|
inline |
Specifies the port that the database engine is listening on.
Definition at line 107 of file Endpoint.h.