7#include <aws/service-quotas/ServiceQuotas_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ServiceQuotas
48 template<
typename ServiceCodeT = Aws::String>
49 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
50 template<
typename ServiceCodeT = Aws::String>
60 template<
typename ServiceNameT = Aws::String>
61 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
62 template<
typename ServiceNameT = Aws::String>
68 bool m_serviceCodeHasBeenSet =
false;
71 bool m_serviceNameHasBeenSet =
false;
AWS_SERVICEQUOTAS_API ServiceInfo()=default
void SetServiceName(ServiceNameT &&value)
AWS_SERVICEQUOTAS_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceInfo & WithServiceName(ServiceNameT &&value)
const Aws::String & GetServiceName() const
void SetServiceCode(ServiceCodeT &&value)
ServiceInfo & WithServiceCode(ServiceCodeT &&value)
AWS_SERVICEQUOTAS_API ServiceInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_SERVICEQUOTAS_API ServiceInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ServiceCodeHasBeenSet() const
const Aws::String & GetServiceCode() const
bool ServiceNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue