7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename TemplateT = Aws::String>
45 m_templateHasBeenSet =
true;
46 m_template = std::forward<TemplateT>(value);
48 template <
typename TemplateT = Aws::String>
61 template <
typename ActionsT = Aws::Vector<Aws::String>>
63 m_actionsHasBeenSet =
true;
64 m_actions = std::forward<ActionsT>(value);
66 template <
typename ActionsT = Aws::Vector<Aws::String>>
71 template <
typename ActionsT = Aws::String>
73 m_actionsHasBeenSet =
true;
74 m_actions.emplace_back(std::forward<ActionsT>(value));
82 bool m_templateHasBeenSet =
false;
83 bool m_actionsHasBeenSet =
false;
ViewInputContent & WithTemplate(TemplateT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTemplate(TemplateT &&value)
ViewInputContent & AddActions(ActionsT &&value)
void SetActions(ActionsT &&value)
bool ActionsHasBeenSet() const
bool TemplateHasBeenSet() const
const Aws::Vector< Aws::String > & GetActions() const
const Aws::String & GetTemplate() const
AWS_CONNECT_API ViewInputContent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API ViewInputContent(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API ViewInputContent()=default
ViewInputContent & 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