7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename ErrorCodeT = Aws::String>
52 void SetErrorCode(ErrorCodeT&& value) { m_errorCodeHasBeenSet =
true; m_errorCode = std::forward<ErrorCodeT>(value); }
53 template<
typename ErrorCodeT = Aws::String>
65 template<
typename ErrorMessageT = Aws::String>
66 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
67 template<
typename ErrorMessageT = Aws::String>
79 template<
typename SecretArnT = Aws::String>
80 void SetSecretArn(SecretArnT&& value) { m_secretArnHasBeenSet =
true; m_secretArn = std::forward<SecretArnT>(value); }
81 template<
typename SecretArnT = Aws::String>
87 bool m_errorCodeHasBeenSet =
false;
90 bool m_errorMessageHasBeenSet =
false;
93 bool m_secretArnHasBeenSet =
false;
UnprocessedScramSecret & WithErrorCode(ErrorCodeT &&value)
const Aws::String & GetErrorMessage() const
AWS_KAFKA_API UnprocessedScramSecret()=default
UnprocessedScramSecret & WithSecretArn(SecretArnT &&value)
void SetSecretArn(SecretArnT &&value)
bool SecretArnHasBeenSet() const
AWS_KAFKA_API UnprocessedScramSecret(Aws::Utils::Json::JsonView jsonValue)
UnprocessedScramSecret & WithErrorMessage(ErrorMessageT &&value)
bool ErrorMessageHasBeenSet() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
bool ErrorCodeHasBeenSet() const
void SetErrorMessage(ErrorMessageT &&value)
AWS_KAFKA_API UnprocessedScramSecret & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetErrorCode() const
void SetErrorCode(ErrorCodeT &&value)
const Aws::String & GetSecretArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue