AWS SDK for C++
0.14.3
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 |
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 |
void | SetPort (int value) |
Endpoint & | WithPort (int value) |
Describes a connection endpoint.
Definition at line 37 of file Endpoint.h.
Aws::Redshift::Model::Endpoint::Endpoint | ( | ) |
Aws::Redshift::Model::Endpoint::Endpoint | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
|
inline |
The DNS address of the Cluster.
Definition at line 50 of file Endpoint.h.
|
inline |
The port that the database engine is listening on.
Definition at line 85 of file Endpoint.h.
Endpoint& Aws::Redshift::Model::Endpoint::operator= | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
void Aws::Redshift::Model::Endpoint::OutputToStream | ( | Aws::OStream & | ostream, |
const char * | location, | ||
unsigned | index, | ||
const char * | locationValue | ||
) | const |
void Aws::Redshift::Model::Endpoint::OutputToStream | ( | Aws::OStream & | oStream, |
const char * | location | ||
) | const |
|
inline |
The DNS address of the Cluster.
Definition at line 55 of file Endpoint.h.
|
inline |
The DNS address of the Cluster.
Definition at line 60 of file Endpoint.h.
|
inline |
The DNS address of the Cluster.
Definition at line 65 of file Endpoint.h.
|
inline |
The port that the database engine is listening on.
Definition at line 90 of file Endpoint.h.
|
inline |
The DNS address of the Cluster.
Definition at line 70 of file Endpoint.h.
|
inline |
The DNS address of the Cluster.
Definition at line 75 of file Endpoint.h.
|
inline |
The DNS address of the Cluster.
Definition at line 80 of file Endpoint.h.
|
inline |
The port that the database engine is listening on.
Definition at line 95 of file Endpoint.h.