7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/APISchemaType.h>
10#include <aws/qbusiness/model/APISchema.h>
49 template<
typename DescriptionT = Aws::String>
51 template<
typename DescriptionT = Aws::String>
72 template<
typename ApiSchemaT = APISchema>
73 void SetApiSchema(
ApiSchemaT&& value) { m_apiSchemaHasBeenSet =
true; m_apiSchema = std::forward<ApiSchemaT>(value); }
74 template<
typename ApiSchemaT = APISchema>
80 bool m_descriptionHasBeenSet =
false;
83 bool m_apiSchemaTypeHasBeenSet =
false;
85 APISchema m_apiSchema;
86 bool m_apiSchemaHasBeenSet =
false;
CustomPluginConfiguration & WithApiSchema(ApiSchemaT &&value)
void SetApiSchema(ApiSchemaT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool ApiSchemaTypeHasBeenSet() const
AWS_QBUSINESS_API CustomPluginConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ApiSchemaHasBeenSet() const
CustomPluginConfiguration & WithApiSchemaType(APISchemaType value)
bool DescriptionHasBeenSet() const
APISchemaType GetApiSchemaType() const
void SetApiSchemaType(APISchemaType value)
const APISchema & GetApiSchema() const
AWS_QBUSINESS_API CustomPluginConfiguration()=default
CustomPluginConfiguration & WithDescription(DescriptionT &&value)
AWS_QBUSINESS_API CustomPluginConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue