7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kendra/Kendra_EXPORTS.h>
9#include <aws/kendra/model/EndpointType.h>
45 m_endpointTypeHasBeenSet =
true;
46 m_endpointType = value;
60 template <
typename Endpo
intT = Aws::String>
62 m_endpointHasBeenSet =
true;
63 m_endpoint = std::forward<EndpointT>(value);
65 template <
typename Endpo
intT = Aws::String>
75 bool m_endpointTypeHasBeenSet =
false;
76 bool m_endpointHasBeenSet =
false;
ExperienceEndpoint & WithEndpoint(EndpointT &&value)
bool EndpointHasBeenSet() const
const Aws::String & GetEndpoint() const
ExperienceEndpoint & WithEndpointType(EndpointType value)
AWS_KENDRA_API ExperienceEndpoint()=default
AWS_KENDRA_API ExperienceEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
bool EndpointTypeHasBeenSet() const
AWS_KENDRA_API ExperienceEndpoint(Aws::Utils::Json::JsonView jsonValue)
void SetEndpoint(EndpointT &&value)
void SetEndpointType(EndpointType value)
EndpointType GetEndpointType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue