7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ChatStreamingConfiguration.h>
9#include <aws/connect/model/ParticipantDetails.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
55 template <
typename SupportedMessagingContentTypesT = Aws::Vector<Aws::String>>
57 m_supportedMessagingContentTypesHasBeenSet =
true;
58 m_supportedMessagingContentTypes = std::forward<SupportedMessagingContentTypesT>(value);
60 template <
typename SupportedMessagingContentTypesT = Aws::Vector<Aws::String>>
65 template <
typename SupportedMessagingContentTypesT = Aws::String>
67 m_supportedMessagingContentTypesHasBeenSet =
true;
68 m_supportedMessagingContentTypes.emplace_back(std::forward<SupportedMessagingContentTypesT>(value));
77 template <
typename ParticipantDetailsT = ParticipantDetails>
79 m_participantDetailsHasBeenSet =
true;
80 m_participantDetails = std::forward<ParticipantDetailsT>(value);
82 template <
typename ParticipantDetailsT = ParticipantDetails>
99 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
101 m_attributesHasBeenSet =
true;
102 m_attributes = std::forward<AttributesT>(value);
104 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
109 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
111 m_attributesHasBeenSet =
true;
112 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
121 template <
typename StreamingConfigurationT = ChatStreamingConfiguration>
123 m_streamingConfigurationHasBeenSet =
true;
124 m_streamingConfiguration = std::forward<StreamingConfigurationT>(value);
126 template <
typename StreamingConfigurationT = ChatStreamingConfiguration>
140 bool m_supportedMessagingContentTypesHasBeenSet =
false;
141 bool m_participantDetailsHasBeenSet =
false;
142 bool m_attributesHasBeenSet =
false;
143 bool m_streamingConfigurationHasBeenSet =
false;
bool ParticipantDetailsHasBeenSet() const
bool AttributesHasBeenSet() const
NewSessionDetails & WithStreamingConfiguration(StreamingConfigurationT &&value)
const ParticipantDetails & GetParticipantDetails() const
const ChatStreamingConfiguration & GetStreamingConfiguration() const
NewSessionDetails & AddSupportedMessagingContentTypes(SupportedMessagingContentTypesT &&value)
void SetSupportedMessagingContentTypes(SupportedMessagingContentTypesT &&value)
AWS_CONNECT_API NewSessionDetails(Aws::Utils::Json::JsonView jsonValue)
NewSessionDetails & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
void SetStreamingConfiguration(StreamingConfigurationT &&value)
bool StreamingConfigurationHasBeenSet() const
AWS_CONNECT_API NewSessionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributes(AttributesT &&value)
void SetParticipantDetails(ParticipantDetailsT &&value)
AWS_CONNECT_API NewSessionDetails()=default
bool SupportedMessagingContentTypesHasBeenSet() const
NewSessionDetails & WithParticipantDetails(ParticipantDetailsT &&value)
NewSessionDetails & WithAttributes(AttributesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
NewSessionDetails & WithSupportedMessagingContentTypes(SupportedMessagingContentTypesT &&value)
const Aws::Vector< Aws::String > & GetSupportedMessagingContentTypes() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue