AWS SDK for C++

AWS SDK for C++ Version 1.11.686

Loading...
Searching...
No Matches
CancelParticipantAuthenticationResult.h
1
6#pragma once
7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 ConnectParticipant {
22namespace Model {
24 public:
25 AWS_CONNECTPARTICIPANT_API CancelParticipantAuthenticationResult() = 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 ConnectParticipant
51} // namespace Aws
CancelParticipantAuthenticationResult & WithRequestId(RequestIdT &&value)
AWS_CONNECTPARTICIPANT_API CancelParticipantAuthenticationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONNECTPARTICIPANT_API CancelParticipantAuthenticationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONNECTPARTICIPANT_API CancelParticipantAuthenticationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue