7#include <aws/service-quotas/ServiceQuotas_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ServiceQuotas
49 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
63 inline void SetServiceName(
const char* value) { m_serviceNameHasBeenSet =
true; m_serviceName.assign(value); }
71 bool m_serviceCodeHasBeenSet =
false;
74 bool m_serviceNameHasBeenSet =
false;
void SetServiceName(Aws::String &&value)
ServiceInfo & WithServiceName(Aws::String &&value)
void SetServiceCode(const Aws::String &value)
AWS_SERVICEQUOTAS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServiceCode(Aws::String &&value)
const Aws::String & GetServiceName() const
ServiceInfo & WithServiceCode(Aws::String &&value)
void SetServiceName(const Aws::String &value)
void SetServiceName(const char *value)
void SetServiceCode(const char *value)
AWS_SERVICEQUOTAS_API ServiceInfo(Aws::Utils::Json::JsonView jsonValue)
ServiceInfo & WithServiceCode(const Aws::String &value)
AWS_SERVICEQUOTAS_API ServiceInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ServiceCodeHasBeenSet() const
const Aws::String & GetServiceCode() const
ServiceInfo & WithServiceCode(const char *value)
AWS_SERVICEQUOTAS_API ServiceInfo()
bool ServiceNameHasBeenSet() const
ServiceInfo & WithServiceName(const Aws::String &value)
ServiceInfo & WithServiceName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue