7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/connectcases/model/FieldValue.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace ConnectCases {
42 template <
typename FieldsT = Aws::Vector<FieldValue>>
44 m_fieldsHasBeenSet =
true;
45 m_fields = std::forward<FieldsT>(value);
47 template <
typename FieldsT = Aws::Vector<FieldValue>>
52 template <
typename FieldsT = FieldValue>
54 m_fieldsHasBeenSet =
true;
55 m_fields.emplace_back(std::forward<FieldsT>(value));
61 bool m_fieldsHasBeenSet =
false;
AWS_CONNECTCASES_API CustomInputContent & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFields(FieldsT &&value)
CustomInputContent & AddFields(FieldsT &&value)
const Aws::Vector< FieldValue > & GetFields() const
CustomInputContent & WithFields(FieldsT &&value)
AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTCASES_API CustomInputContent(Aws::Utils::Json::JsonView jsonValue)
bool FieldsHasBeenSet() const
AWS_CONNECTCASES_API CustomInputContent()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue