/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Details of what case data is published through the case event
* stream.See Also:
AWS
* API Reference
List of field identifiers.
*/ inline const Aws::VectorList of field identifiers.
*/ inline bool FieldsHasBeenSet() const { return m_fieldsHasBeenSet; } /** *List of field identifiers.
*/ inline void SetFields(const Aws::VectorList of field identifiers.
*/ inline void SetFields(Aws::VectorList of field identifiers.
*/ inline CaseEventIncludedData& WithFields(const Aws::VectorList of field identifiers.
*/ inline CaseEventIncludedData& WithFields(Aws::VectorList of field identifiers.
*/ inline CaseEventIncludedData& AddFields(const FieldIdentifier& value) { m_fieldsHasBeenSet = true; m_fields.push_back(value); return *this; } /** *List of field identifiers.
*/ inline CaseEventIncludedData& AddFields(FieldIdentifier&& value) { m_fieldsHasBeenSet = true; m_fields.push_back(std::move(value)); return *this; } private: Aws::Vector