7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
70 inline void SetErrorString(
const char* value) { m_errorStringHasBeenSet =
true; m_errorString.assign(value); }
78 bool m_errorCodeHasBeenSet =
false;
81 bool m_errorStringHasBeenSet =
false;
ErrorInfo & WithErrorCode(const Aws::String &value)
void SetErrorCode(const char *value)
void SetErrorCode(const Aws::String &value)
void SetErrorString(const Aws::String &value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KAFKA_API ErrorInfo()
ErrorInfo & WithErrorString(const Aws::String &value)
bool ErrorCodeHasBeenSet() const
void SetErrorString(const char *value)
ErrorInfo & WithErrorString(Aws::String &&value)
void SetErrorString(Aws::String &&value)
AWS_KAFKA_API ErrorInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetErrorString() const
ErrorInfo & WithErrorString(const char *value)
bool ErrorStringHasBeenSet() const
const Aws::String & GetErrorCode() const
void SetErrorCode(Aws::String &&value)
ErrorInfo & WithErrorCode(const char *value)
ErrorInfo & WithErrorCode(Aws::String &&value)
AWS_KAFKA_API ErrorInfo(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue