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); }
69 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
85 inline void SetSecretArn(
const char* value) { m_secretArnHasBeenSet =
true; m_secretArn.assign(value); }
93 bool m_errorCodeHasBeenSet =
false;
96 bool m_errorMessageHasBeenSet =
false;
99 bool m_secretArnHasBeenSet =
false;
UnprocessedScramSecret & WithErrorCode(Aws::String &&value)
void SetSecretArn(Aws::String &&value)
void SetErrorCode(const char *value)
const Aws::String & GetErrorMessage() const
AWS_KAFKA_API UnprocessedScramSecret()
void SetErrorCode(const Aws::String &value)
UnprocessedScramSecret & WithErrorCode(const char *value)
UnprocessedScramSecret & WithErrorMessage(const Aws::String &value)
bool SecretArnHasBeenSet() const
AWS_KAFKA_API UnprocessedScramSecret(Aws::Utils::Json::JsonView jsonValue)
void SetSecretArn(const Aws::String &value)
void SetErrorMessage(Aws::String &&value)
UnprocessedScramSecret & WithSecretArn(Aws::String &&value)
bool ErrorMessageHasBeenSet() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorMessage(const Aws::String &value)
UnprocessedScramSecret & WithErrorCode(const Aws::String &value)
bool ErrorCodeHasBeenSet() const
AWS_KAFKA_API UnprocessedScramSecret & operator=(Aws::Utils::Json::JsonView jsonValue)
UnprocessedScramSecret & WithSecretArn(const Aws::String &value)
void SetErrorMessage(const char *value)
UnprocessedScramSecret & WithErrorMessage(const char *value)
void SetErrorCode(Aws::String &&value)
UnprocessedScramSecret & WithSecretArn(const char *value)
const Aws::String & GetErrorCode() const
void SetSecretArn(const char *value)
const Aws::String & GetSecretArn() const
UnprocessedScramSecret & WithErrorMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue