7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetInvalidParameter(
const char* value) { m_invalidParameterHasBeenSet =
true; m_invalidParameter.assign(value); }
69 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
77 bool m_invalidParameterHasBeenSet =
false;
80 bool m_messageHasBeenSet =
false;
void SetInvalidParameter(Aws::String &&value)
NotFoundException & WithInvalidParameter(const char *value)
NotFoundException & WithInvalidParameter(Aws::String &&value)
AWS_KAFKA_API NotFoundException()
AWS_KAFKA_API NotFoundException(Aws::Utils::Json::JsonView jsonValue)
void SetInvalidParameter(const char *value)
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
void SetMessage(const char *value)
AWS_KAFKA_API NotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InvalidParameterHasBeenSet() const
NotFoundException & WithInvalidParameter(const Aws::String &value)
void SetInvalidParameter(const Aws::String &value)
const Aws::String & GetInvalidParameter() const
bool MessageHasBeenSet() const
NotFoundException & WithMessage(const Aws::String &value)
NotFoundException & WithMessage(const char *value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
NotFoundException & WithMessage(Aws::String &&value)
void SetMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue