7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/qapps/model/CardType.h>
11#include <aws/qapps/model/PluginType.h>
50 template<
typename IdT = Aws::String>
51 void SetId(
IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename TitleT = Aws::String>
63 void SetTitle(
TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
64 template<
typename TitleT = Aws::String>
74 template<
typename DependenciesT = Aws::Vector<Aws::String>>
76 template<
typename DependenciesT = Aws::Vector<Aws::String>>
78 template<
typename DependenciesT = Aws::String>
98 template<
typename PromptT = Aws::String>
99 void SetPrompt(
PromptT&& value) { m_promptHasBeenSet =
true; m_prompt = std::forward<PromptT>(value); }
100 template<
typename PromptT = Aws::String>
120 template<
typename PluginIdT = Aws::String>
121 void SetPluginId(
PluginIdT&& value) { m_pluginIdHasBeenSet =
true; m_pluginId = std::forward<PluginIdT>(value); }
122 template<
typename PluginIdT = Aws::String>
132 template<
typename ActionIdentifierT = Aws::String>
134 template<
typename ActionIdentifierT = Aws::String>
140 bool m_idHasBeenSet =
false;
143 bool m_titleHasBeenSet =
false;
146 bool m_dependenciesHasBeenSet =
false;
149 bool m_typeHasBeenSet =
false;
152 bool m_promptHasBeenSet =
false;
155 bool m_pluginTypeHasBeenSet =
false;
158 bool m_pluginIdHasBeenSet =
false;
161 bool m_actionIdentifierHasBeenSet =
false;
bool IdHasBeenSet() const
PluginType GetPluginType() const
void SetActionIdentifier(ActionIdentifierT &&value)
QPluginCard & WithPluginType(PluginType value)
void SetDependencies(DependenciesT &&value)
const Aws::String & GetPrompt() const
QPluginCard & WithActionIdentifier(ActionIdentifierT &&value)
AWS_QAPPS_API QPluginCard(Aws::Utils::Json::JsonView jsonValue)
bool PromptHasBeenSet() const
QPluginCard & WithPluginId(PluginIdT &&value)
bool DependenciesHasBeenSet() const
const Aws::Vector< Aws::String > & GetDependencies() const
const Aws::String & GetPluginId() const
void SetPluginType(PluginType value)
const Aws::String & GetActionIdentifier() const
void SetTitle(TitleT &&value)
const Aws::String & GetTitle() const
QPluginCard & WithId(IdT &&value)
void SetPrompt(PromptT &&value)
bool TitleHasBeenSet() const
void SetType(CardType value)
AWS_QAPPS_API QPluginCard()=default
bool PluginIdHasBeenSet() const
AWS_QAPPS_API QPluginCard & operator=(Aws::Utils::Json::JsonView jsonValue)
QPluginCard & WithTitle(TitleT &&value)
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
void SetPluginId(PluginIdT &&value)
QPluginCard & WithPrompt(PromptT &&value)
bool PluginTypeHasBeenSet() const
QPluginCard & WithType(CardType value)
const Aws::String & GetId() const
QPluginCard & AddDependencies(DependenciesT &&value)
QPluginCard & WithDependencies(DependenciesT &&value)
bool ActionIdentifierHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue