7#include <aws/ivs/IVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ExceptionMessageT = Aws::String>
47 void SetExceptionMessage(ExceptionMessageT&& value) { m_exceptionMessageHasBeenSet =
true; m_exceptionMessage = std::forward<ExceptionMessageT>(value); }
48 template<
typename ExceptionMessageT = Aws::String>
54 bool m_exceptionMessageHasBeenSet =
false;
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IVS_API ThrottlingException(Aws::Utils::Json::JsonView jsonValue)
AWS_IVS_API ThrottlingException()=default
const Aws::String & GetExceptionMessage() const
AWS_IVS_API ThrottlingException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExceptionMessageHasBeenSet() const
ThrottlingException & WithExceptionMessage(ExceptionMessageT &&value)
void SetExceptionMessage(ExceptionMessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue