7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/FieldValue.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename FieldsT = Aws::Vector<FieldValue>>
45 m_fieldsHasBeenSet =
true;
46 m_fields = std::forward<FieldsT>(value);
48 template <
typename FieldsT = Aws::Vector<FieldValue>>
53 template <
typename FieldsT = FieldValue>
55 m_fieldsHasBeenSet =
true;
56 m_fields.emplace_back(std::forward<FieldsT>(value));
67 template <
typename TemplateIdT = Aws::String>
69 m_templateIdHasBeenSet =
true;
70 m_templateId = std::forward<TemplateIdT>(value);
72 template <
typename TemplateIdT = Aws::String>
82 bool m_fieldsHasBeenSet =
false;
83 bool m_templateIdHasBeenSet =
false;
AWS_CONNECT_API CreateCaseActionDefinition()=default
CreateCaseActionDefinition & WithFields(FieldsT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
CreateCaseActionDefinition & AddFields(FieldsT &&value)
const Aws::Vector< FieldValue > & GetFields() const
const Aws::String & GetTemplateId() const
bool FieldsHasBeenSet() const
void SetFields(FieldsT &&value)
CreateCaseActionDefinition & WithTemplateId(TemplateIdT &&value)
AWS_CONNECT_API CreateCaseActionDefinition(Aws::Utils::Json::JsonView jsonValue)
void SetTemplateId(TemplateIdT &&value)
AWS_CONNECT_API CreateCaseActionDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TemplateIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue