7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/Kafka_EXPORTS.h>
45 template <
typename ErrorCodeT = Aws::String>
47 m_errorCodeHasBeenSet =
true;
48 m_errorCode = std::forward<ErrorCodeT>(value);
50 template <
typename ErrorCodeT = Aws::String>
66 template <
typename ErrorStringT = Aws::String>
68 m_errorStringHasBeenSet =
true;
69 m_errorString = std::forward<ErrorStringT>(value);
71 template <
typename ErrorStringT = Aws::String>
81 bool m_errorCodeHasBeenSet =
false;
82 bool m_errorStringHasBeenSet =
false;
AWS_KAFKA_API ErrorInfo()=default
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
bool ErrorCodeHasBeenSet() const
void SetErrorCode(ErrorCodeT &&value)
ErrorInfo & WithErrorString(ErrorStringT &&value)
void SetErrorString(ErrorStringT &&value)
AWS_KAFKA_API ErrorInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetErrorString() const
bool ErrorStringHasBeenSet() const
const Aws::String & GetErrorCode() const
ErrorInfo & WithErrorCode(ErrorCodeT &&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