7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/FieldValue.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename FieldsT = Aws::Vector<FieldValue>>
43 m_fieldsHasBeenSet =
true;
44 m_fields = std::forward<FieldsT>(value);
46 template <
typename FieldsT = Aws::Vector<FieldValue>>
51 template <
typename FieldsT = FieldValue>
53 m_fieldsHasBeenSet =
true;
54 m_fields.emplace_back(std::forward<FieldsT>(value));
60 bool m_fieldsHasBeenSet =
false;
AWS_CONNECT_API UpdateCaseActionDefinition(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API UpdateCaseActionDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API UpdateCaseActionDefinition()=default
void SetFields(FieldsT &&value)
bool FieldsHasBeenSet() const
const Aws::Vector< FieldValue > & GetFields() const
UpdateCaseActionDefinition & WithFields(FieldsT &&value)
UpdateCaseActionDefinition & AddFields(FieldsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue