7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
60 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
68 bool m_typeHasBeenSet =
false;
71 bool m_messageHasBeenSet =
false;
ResourceInUseException & WithType(const char *value)
AWS_LAMBDA_API ResourceInUseException()
void SetType(const char *value)
ResourceInUseException & WithMessage(Aws::String &&value)
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
ResourceInUseException & WithMessage(const Aws::String &value)
const Aws::String & GetType() const
ResourceInUseException & WithType(Aws::String &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API ResourceInUseException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(Aws::String &&value)
ResourceInUseException & WithType(const Aws::String &value)
ResourceInUseException & WithMessage(const char *value)
bool TypeHasBeenSet() const
AWS_LAMBDA_API ResourceInUseException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetMessage(const char *value)
void SetMessage(Aws::String &&value)
void SetType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue