AWS SDK for C++  0.14.3
AWS SDK for C++
Public Member Functions | List of all members
Aws::Redshift::Model::Endpoint Class Reference

#include <Endpoint.h>

Public Member Functions

 Endpoint ()
 
 Endpoint (const Aws::Utils::Xml::XmlNode &xmlNode)
 
Endpointoperator= (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::StringGetAddress () const
 
void SetAddress (const Aws::String &value)
 
void SetAddress (Aws::String &&value)
 
void SetAddress (const char *value)
 
EndpointWithAddress (const Aws::String &value)
 
EndpointWithAddress (Aws::String &&value)
 
EndpointWithAddress (const char *value)
 
int GetPort () const
 
void SetPort (int value)
 
EndpointWithPort (int value)
 

Detailed Description

Describes a connection endpoint.

Definition at line 37 of file Endpoint.h.

Constructor & Destructor Documentation

Aws::Redshift::Model::Endpoint::Endpoint ( )
Aws::Redshift::Model::Endpoint::Endpoint ( const Aws::Utils::Xml::XmlNode xmlNode)

Member Function Documentation

const Aws::String& Aws::Redshift::Model::Endpoint::GetAddress ( ) const
inline

The DNS address of the Cluster.

Definition at line 50 of file Endpoint.h.

int Aws::Redshift::Model::Endpoint::GetPort ( ) const
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
void Aws::Redshift::Model::Endpoint::SetAddress ( const Aws::String value)
inline

The DNS address of the Cluster.

Definition at line 55 of file Endpoint.h.

void Aws::Redshift::Model::Endpoint::SetAddress ( Aws::String &&  value)
inline

The DNS address of the Cluster.

Definition at line 60 of file Endpoint.h.

void Aws::Redshift::Model::Endpoint::SetAddress ( const char *  value)
inline

The DNS address of the Cluster.

Definition at line 65 of file Endpoint.h.

void Aws::Redshift::Model::Endpoint::SetPort ( int  value)
inline

The port that the database engine is listening on.

Definition at line 90 of file Endpoint.h.

Endpoint& Aws::Redshift::Model::Endpoint::WithAddress ( const Aws::String value)
inline

The DNS address of the Cluster.

Definition at line 70 of file Endpoint.h.

Endpoint& Aws::Redshift::Model::Endpoint::WithAddress ( Aws::String &&  value)
inline

The DNS address of the Cluster.

Definition at line 75 of file Endpoint.h.

Endpoint& Aws::Redshift::Model::Endpoint::WithAddress ( const char *  value)
inline

The DNS address of the Cluster.

Definition at line 80 of file Endpoint.h.

Endpoint& Aws::Redshift::Model::Endpoint::WithPort ( int  value)
inline

The port that the database engine is listening on.

Definition at line 95 of file Endpoint.h.


The documentation for this class was generated from the following file: