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