7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
9#include <aws/qbusiness/model/APISchema.h>
10#include <aws/qbusiness/model/APISchemaType.h>
43 template <
typename DescriptionT = Aws::String>
45 m_descriptionHasBeenSet =
true;
46 m_description = std::forward<DescriptionT>(value);
48 template <
typename DescriptionT = Aws::String>
62 m_apiSchemaTypeHasBeenSet =
true;
63 m_apiSchemaType = value;
78 template <
typename ApiSchemaT = APISchema>
80 m_apiSchemaHasBeenSet =
true;
81 m_apiSchema = std::forward<ApiSchemaT>(value);
83 template <
typename ApiSchemaT = APISchema>
94 APISchema m_apiSchema;
95 bool m_descriptionHasBeenSet =
false;
96 bool m_apiSchemaTypeHasBeenSet =
false;
97 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