7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename MessageT = Aws::String>
48 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
49 template<
typename MessageT = Aws::String>
59 template<
typename ServiceCodeT = Aws::String>
60 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
61 template<
typename ServiceCodeT = Aws::String>
67 bool m_messageHasBeenSet =
false;
70 bool m_serviceCodeHasBeenSet =
false;
ThrottlingException & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_APPREGISTRY_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
ThrottlingException & WithServiceCode(ServiceCodeT &&value)
bool ServiceCodeHasBeenSet() const
AWS_APPREGISTRY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServiceCode(ServiceCodeT &&value)
const Aws::String & GetServiceCode() const
void SetMessage(MessageT &&value)
AWS_APPREGISTRY_API ThrottlingException()=default
AWS_APPREGISTRY_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue