7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetServiceName(
const char* value) { m_serviceNameHasBeenSet =
true; m_serviceName.assign(value); }
63 inline void SetEndpoint(
const char* value) { m_endpointHasBeenSet =
true; m_endpoint.assign(value); }
71 bool m_serviceNameHasBeenSet =
false;
74 bool m_endpointHasBeenSet =
false;
PipelineDestination & WithEndpoint(Aws::String &&value)
void SetEndpoint(const char *value)
void SetEndpoint(const Aws::String &value)
AWS_OSIS_API PipelineDestination()
PipelineDestination & WithServiceName(Aws::String &&value)
PipelineDestination & WithEndpoint(const char *value)
void SetEndpoint(Aws::String &&value)
void SetServiceName(const Aws::String &value)
AWS_OSIS_API PipelineDestination(Aws::Utils::Json::JsonView jsonValue)
bool EndpointHasBeenSet() const
void SetServiceName(Aws::String &&value)
AWS_OSIS_API PipelineDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ServiceNameHasBeenSet() const
PipelineDestination & WithServiceName(const Aws::String &value)
void SetServiceName(const char *value)
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetServiceName() const
PipelineDestination & WithServiceName(const char *value)
PipelineDestination & WithEndpoint(const Aws::String &value)
const Aws::String & GetEndpoint() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue