7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename Inval
idParameterT = Aws::String>
52 void SetInvalidParameter(InvalidParameterT&& value) { m_invalidParameterHasBeenSet =
true; m_invalidParameter = std::forward<InvalidParameterT>(value); }
53 template<
typename Inval
idParameterT = Aws::String>
65 template<
typename MessageT = Aws::String>
66 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
67 template<
typename MessageT = Aws::String>
73 bool m_invalidParameterHasBeenSet =
false;
76 bool m_messageHasBeenSet =
false;
bool InvalidParameterHasBeenSet() const
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_KAFKA_API UnauthorizedException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
AWS_KAFKA_API UnauthorizedException & operator=(Aws::Utils::Json::JsonView jsonValue)
UnauthorizedException & WithMessage(MessageT &&value)
AWS_KAFKA_API UnauthorizedException()=default
void SetInvalidParameter(InvalidParameterT &&value)
UnauthorizedException & WithInvalidParameter(InvalidParameterT &&value)
const Aws::String & GetInvalidParameter() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue