7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connectcases/model/FieldIdentifier.h>
48 template<
typename FieldsT = Aws::Vector<FieldIdentifier>>
49 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
50 template<
typename FieldsT = Aws::Vector<FieldIdentifier>>
52 template<
typename FieldsT = FieldIdentifier>
58 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