/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Configuration information for the chat participant role.See
* Also:
AWS
* API Reference
A list of participant timers. You can specify any unique combination of role * and timer type. Duplicate entries error out the request with a 400.
*/ inline const Aws::VectorA list of participant timers. You can specify any unique combination of role * and timer type. Duplicate entries error out the request with a 400.
*/ inline bool ParticipantTimerConfigListHasBeenSet() const { return m_participantTimerConfigListHasBeenSet; } /** *A list of participant timers. You can specify any unique combination of role * and timer type. Duplicate entries error out the request with a 400.
*/ inline void SetParticipantTimerConfigList(const Aws::VectorA list of participant timers. You can specify any unique combination of role * and timer type. Duplicate entries error out the request with a 400.
*/ inline void SetParticipantTimerConfigList(Aws::VectorA list of participant timers. You can specify any unique combination of role * and timer type. Duplicate entries error out the request with a 400.
*/ inline ChatParticipantRoleConfig& WithParticipantTimerConfigList(const Aws::VectorA list of participant timers. You can specify any unique combination of role * and timer type. Duplicate entries error out the request with a 400.
*/ inline ChatParticipantRoleConfig& WithParticipantTimerConfigList(Aws::VectorA list of participant timers. You can specify any unique combination of role * and timer type. Duplicate entries error out the request with a 400.
*/ inline ChatParticipantRoleConfig& AddParticipantTimerConfigList(const ParticipantTimerConfiguration& value) { m_participantTimerConfigListHasBeenSet = true; m_participantTimerConfigList.push_back(value); return *this; } /** *A list of participant timers. You can specify any unique combination of role * and timer type. Duplicate entries error out the request with a 400.
*/ inline ChatParticipantRoleConfig& AddParticipantTimerConfigList(ParticipantTimerConfiguration&& value) { m_participantTimerConfigListHasBeenSet = true; m_participantTimerConfigList.push_back(std::move(value)); return *this; } private: Aws::Vector