7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dax/DAX_EXPORTS.h>
41 template <
typename AddressT = Aws::String>
43 m_addressHasBeenSet =
true;
44 m_address = std::forward<AddressT>(value);
46 template <
typename AddressT = Aws::String>
57 inline int GetPort()
const {
return m_port; }
60 m_portHasBeenSet =
true;
76 template <
typename URLT = Aws::String>
78 m_uRLHasBeenSet =
true;
79 m_uRL = std::forward<URLT>(value);
81 template <
typename URLT = Aws::String>
83 SetURL(std::forward<URLT>(value));
93 bool m_addressHasBeenSet =
false;
94 bool m_portHasBeenSet =
false;
95 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