7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ServiceNameT = Aws::String>
48 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
49 template<
typename ServiceNameT = Aws::String>
59 template<
typename Endpo
intT = Aws::String>
60 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
61 template<
typename Endpo
intT = Aws::String>
67 bool m_serviceNameHasBeenSet =
false;
70 bool m_endpointHasBeenSet =
false;
AWS_OSIS_API PipelineDestination(Aws::Utils::Json::JsonView jsonValue)
bool EndpointHasBeenSet() const
AWS_OSIS_API PipelineDestination()=default
PipelineDestination & WithServiceName(ServiceNameT &&value)
AWS_OSIS_API PipelineDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ServiceNameHasBeenSet() const
PipelineDestination & WithEndpoint(EndpointT &&value)
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndpoint(EndpointT &&value)
const Aws::String & GetServiceName() const
const Aws::String & GetEndpoint() const
void SetServiceName(ServiceNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue