7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/proton/ProtonRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ServiceInstanceNameT = Aws::String>
46 void SetServiceInstanceName(ServiceInstanceNameT&& value) { m_serviceInstanceNameHasBeenSet =
true; m_serviceInstanceName = std::forward<ServiceInstanceNameT>(value); }
47 template<
typename ServiceInstanceNameT = Aws::String>
58 template<
typename ServiceNameT = Aws::String>
59 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
60 template<
typename ServiceNameT = Aws::String>
66 bool m_serviceInstanceNameHasBeenSet =
false;
69 bool m_serviceNameHasBeenSet =
false;
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetServiceSyncBlockerSummaryRequest & WithServiceInstanceName(ServiceInstanceNameT &&value)
void SetServiceName(ServiceNameT &&value)
bool ServiceNameHasBeenSet() const
const Aws::String & GetServiceName() const
AWS_PROTON_API Aws::String SerializePayload() const override
const Aws::String & GetServiceInstanceName() const
AWS_PROTON_API GetServiceSyncBlockerSummaryRequest()=default
virtual const char * GetServiceRequestName() const override
GetServiceSyncBlockerSummaryRequest & WithServiceName(ServiceNameT &&value)
bool ServiceInstanceNameHasBeenSet() const
void SetServiceInstanceName(ServiceInstanceNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String