7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/service-quotas/ServiceQuotas_EXPORTS.h>
19namespace ServiceQuotas {
42 template <
typename ServiceCodeT = Aws::String>
44 m_serviceCodeHasBeenSet =
true;
45 m_serviceCode = std::forward<ServiceCodeT>(value);
47 template <
typename ServiceCodeT = Aws::String>
60 template <
typename ServiceNameT = Aws::String>
62 m_serviceNameHasBeenSet =
true;
63 m_serviceName = std::forward<ServiceNameT>(value);
65 template <
typename ServiceNameT = Aws::String>
75 bool m_serviceCodeHasBeenSet =
false;
76 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