AWS SDK for C++

AWS SDK for C++ Version 1.11.686

Loading...
Searching...
No Matches
UpdateChatResponseConfigurationResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace QBusiness {
22namespace Model {
24 public:
25 AWS_QBUSINESS_API UpdateChatResponseConfigurationResult() = default;
29
31
32 inline const Aws::String& GetRequestId() const { return m_requestId; }
33 template <typename RequestIdT = Aws::String>
34 void SetRequestId(RequestIdT&& value) {
35 m_requestIdHasBeenSet = true;
36 m_requestId = std::forward<RequestIdT>(value);
37 }
38 template <typename RequestIdT = Aws::String>
40 SetRequestId(std::forward<RequestIdT>(value));
41 return *this;
42 }
44 private:
45 Aws::String m_requestId;
46 bool m_requestIdHasBeenSet = false;
47};
48
49} // namespace Model
50} // namespace QBusiness
51} // namespace Aws
AWS_QBUSINESS_API UpdateChatResponseConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateChatResponseConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_QBUSINESS_API UpdateChatResponseConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue