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>
65 template <
typename ErrorMessageT = Aws::String>
67 m_errorMessageHasBeenSet =
true;
68 m_errorMessage = std::forward<ErrorMessageT>(value);
70 template <
typename ErrorMessageT = Aws::String>
85 template <
typename SecretArnT = Aws::String>
87 m_secretArnHasBeenSet =
true;
88 m_secretArn = std::forward<SecretArnT>(value);
90 template <
typename SecretArnT = Aws::String>
102 bool m_errorCodeHasBeenSet =
false;
103 bool m_errorMessageHasBeenSet =
false;
104 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