7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connect/model/ParticipantTimerConfiguration.h>
49 template<
typename ParticipantTimerConfigListT = Aws::Vector<ParticipantTimerConfiguration>>
50 void SetParticipantTimerConfigList(ParticipantTimerConfigListT&& value) { m_participantTimerConfigListHasBeenSet =
true; m_participantTimerConfigList = std::forward<ParticipantTimerConfigListT>(value); }
51 template<
typename ParticipantTimerConfigListT = Aws::Vector<ParticipantTimerConfiguration>>
53 template<
typename ParticipantTimerConfigListT = ParticipantTimerConfiguration>
59 bool m_participantTimerConfigListHasBeenSet =
false;
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
ChatParticipantRoleConfig & WithParticipantTimerConfigList(ParticipantTimerConfigListT &&value)
AWS_CONNECT_API ChatParticipantRoleConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API ChatParticipantRoleConfig()=default
ChatParticipantRoleConfig & AddParticipantTimerConfigList(ParticipantTimerConfigListT &&value)
bool ParticipantTimerConfigListHasBeenSet() const
void SetParticipantTimerConfigList(ParticipantTimerConfigListT &&value)
AWS_CONNECT_API ChatParticipantRoleConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ParticipantTimerConfiguration > & GetParticipantTimerConfigList() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue