7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace ConnectParticipant {
43 template <
typename InputSchemaT = Aws::String>
45 m_inputSchemaHasBeenSet =
true;
46 m_inputSchema = std::forward<InputSchemaT>(value);
48 template <
typename InputSchemaT = Aws::String>
61 template <
typename TemplateT = Aws::String>
63 m_templateHasBeenSet =
true;
64 m_template = std::forward<TemplateT>(value);
66 template <
typename TemplateT = Aws::String>
79 template <
typename ActionsT = Aws::Vector<Aws::String>>
81 m_actionsHasBeenSet =
true;
82 m_actions = std::forward<ActionsT>(value);
84 template <
typename ActionsT = Aws::Vector<Aws::String>>
89 template <
typename ActionsT = Aws::String>
91 m_actionsHasBeenSet =
true;
92 m_actions.emplace_back(std::forward<ActionsT>(value));
102 bool m_inputSchemaHasBeenSet =
false;
103 bool m_templateHasBeenSet =
false;
104 bool m_actionsHasBeenSet =
false;
AWS_CONNECTPARTICIPANT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTPARTICIPANT_API ViewContent(Aws::Utils::Json::JsonView jsonValue)
ViewContent & WithTemplate(TemplateT &&value)
ViewContent & AddActions(ActionsT &&value)
bool InputSchemaHasBeenSet() const
bool TemplateHasBeenSet() const
const Aws::String & GetInputSchema() const
AWS_CONNECTPARTICIPANT_API ViewContent()=default
ViewContent & WithInputSchema(InputSchemaT &&value)
void SetInputSchema(InputSchemaT &&value)
void SetTemplate(TemplateT &&value)
void SetActions(ActionsT &&value)
bool ActionsHasBeenSet() const
const Aws::String & GetTemplate() const
const Aws::Vector< Aws::String > & GetActions() const
AWS_CONNECTPARTICIPANT_API ViewContent & operator=(Aws::Utils::Json::JsonView jsonValue)
ViewContent & WithActions(ActionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue