7#include <aws/globalaccelerator/GlobalAccelerator_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace GlobalAccelerator
49 template<
typename Endpo
intIdT = Aws::String>
50 void SetEndpointId(EndpointIdT&& value) { m_endpointIdHasBeenSet =
true; m_endpointId = std::forward<EndpointIdT>(value); }
51 template<
typename Endpo
intIdT = Aws::String>
57 bool m_endpointIdHasBeenSet =
false;
AWS_GLOBALACCELERATOR_API CustomRoutingEndpointDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EndpointIdHasBeenSet() const
AWS_GLOBALACCELERATOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetEndpointId() const
CustomRoutingEndpointDescription & WithEndpointId(EndpointIdT &&value)
AWS_GLOBALACCELERATOR_API CustomRoutingEndpointDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_GLOBALACCELERATOR_API CustomRoutingEndpointDescription()=default
void SetEndpointId(EndpointIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue