7#include <aws/dax/DAX_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AddressT = Aws::String>
48 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
49 template<
typename AddressT = Aws::String>
57 inline int GetPort()
const {
return m_port; }
59 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
70 template<
typename URLT = Aws::String>
71 void SetURL(URLT&& value) { m_uRLHasBeenSet =
true; m_uRL = std::forward<URLT>(value); }
72 template<
typename URLT = Aws::String>
78 bool m_addressHasBeenSet =
false;
81 bool m_portHasBeenSet =
false;
84 bool m_uRLHasBeenSet =
false;
bool AddressHasBeenSet() const
bool URLHasBeenSet() const
const Aws::String & GetURL() const
bool PortHasBeenSet() const
Endpoint & WithPort(int value)
AWS_DAX_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAddress(AddressT &&value)
AWS_DAX_API Endpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
Endpoint & WithAddress(AddressT &&value)
const Aws::String & GetAddress() const
Endpoint & WithURL(URLT &&value)
AWS_DAX_API Endpoint(Aws::Utils::Json::JsonView jsonValue)
AWS_DAX_API Endpoint()=default
void SetURL(URLT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue