7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename TypeT = Aws::String>
50 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
51 template<
typename TypeT = Aws::String>
57 bool m_typeHasBeenSet =
false;
AWS_KAFKA_API PublicAccess()=default
AWS_KAFKA_API PublicAccess(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetType() const
AWS_KAFKA_API PublicAccess & operator=(Aws::Utils::Json::JsonView jsonValue)
PublicAccess & WithType(TypeT &&value)
bool TypeHasBeenSet() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue