AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
GetAuthenticationUrlResult.h
1
6#pragma once
7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace ConnectParticipant {
23namespace Model {
25 public:
26 AWS_CONNECTPARTICIPANT_API GetAuthenticationUrlResult() = default;
29
31
36 inline const Aws::String& GetAuthenticationUrl() const { return m_authenticationUrl; }
37 template <typename AuthenticationUrlT = Aws::String>
38 void SetAuthenticationUrl(AuthenticationUrlT&& value) {
39 m_authenticationUrlHasBeenSet = true;
40 m_authenticationUrl = std::forward<AuthenticationUrlT>(value);
41 }
42 template <typename AuthenticationUrlT = Aws::String>
44 SetAuthenticationUrl(std::forward<AuthenticationUrlT>(value));
45 return *this;
46 }
48
50
51 inline const Aws::String& GetRequestId() const { return m_requestId; }
52 template <typename RequestIdT = Aws::String>
53 void SetRequestId(RequestIdT&& value) {
54 m_requestIdHasBeenSet = true;
55 m_requestId = std::forward<RequestIdT>(value);
56 }
57 template <typename RequestIdT = Aws::String>
59 SetRequestId(std::forward<RequestIdT>(value));
60 return *this;
61 }
63 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
64
65 private:
66 Aws::String m_authenticationUrl;
67
68 Aws::String m_requestId;
69 Aws::Http::HttpResponseCode m_HttpResponseCode;
70 bool m_authenticationUrlHasBeenSet = false;
71 bool m_requestIdHasBeenSet = false;
72};
73
74} // namespace Model
75} // namespace ConnectParticipant
76} // namespace Aws
GetAuthenticationUrlResult & WithAuthenticationUrl(AuthenticationUrlT &&value)
AWS_CONNECTPARTICIPANT_API GetAuthenticationUrlResult()=default
GetAuthenticationUrlResult & WithRequestId(RequestIdT &&value)
AWS_CONNECTPARTICIPANT_API GetAuthenticationUrlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONNECTPARTICIPANT_API GetAuthenticationUrlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue