7#include <aws/dax/DAX_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetAddress(
const char* value) { m_addressHasBeenSet =
true; m_address.assign(value); }
59 inline int GetPort()
const{
return m_port; }
61 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
73 inline void SetURL(
Aws::String&& value) { m_uRLHasBeenSet =
true; m_uRL = std::move(value); }
74 inline void SetURL(
const char* value) { m_uRLHasBeenSet =
true; m_uRL.assign(value); }
82 bool m_addressHasBeenSet =
false;
85 bool m_portHasBeenSet =
false;
88 bool m_uRLHasBeenSet =
false;
void SetAddress(Aws::String &&value)
bool AddressHasBeenSet() const
void SetURL(const char *value)
bool URLHasBeenSet() const
const Aws::String & GetURL() const
Endpoint & WithAddress(const char *value)
void SetURL(const Aws::String &value)
Endpoint & WithURL(const Aws::String &value)
bool PortHasBeenSet() const
void SetURL(Aws::String &&value)
Endpoint & WithURL(const char *value)
Endpoint & WithPort(int value)
AWS_DAX_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DAX_API Endpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
Endpoint & WithURL(Aws::String &&value)
void SetAddress(const Aws::String &value)
const Aws::String & GetAddress() const
void SetAddress(const char *value)
AWS_DAX_API Endpoint(Aws::Utils::Json::JsonView jsonValue)
Endpoint & WithAddress(Aws::String &&value)
Endpoint & WithAddress(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue