AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
ChatStreamingConfiguration.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Connect {
20namespace Model {
21
29 public:
30 AWS_CONNECT_API ChatStreamingConfiguration() = default;
33 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
41 inline const Aws::String& GetStreamingEndpointArn() const { return m_streamingEndpointArn; }
42 inline bool StreamingEndpointArnHasBeenSet() const { return m_streamingEndpointArnHasBeenSet; }
43 template <typename StreamingEndpointArnT = Aws::String>
44 void SetStreamingEndpointArn(StreamingEndpointArnT&& value) {
45 m_streamingEndpointArnHasBeenSet = true;
46 m_streamingEndpointArn = std::forward<StreamingEndpointArnT>(value);
47 }
48 template <typename StreamingEndpointArnT = Aws::String>
49 ChatStreamingConfiguration& WithStreamingEndpointArn(StreamingEndpointArnT&& value) {
50 SetStreamingEndpointArn(std::forward<StreamingEndpointArnT>(value));
51 return *this;
52 }
54 private:
55 Aws::String m_streamingEndpointArn;
56 bool m_streamingEndpointArnHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace Connect
61} // namespace Aws
AWS_CONNECT_API ChatStreamingConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API ChatStreamingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ChatStreamingConfiguration & WithStreamingEndpointArn(StreamingEndpointArnT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStreamingEndpointArn(StreamingEndpointArnT &&value)
AWS_CONNECT_API ChatStreamingConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue