7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ConnectParticipant {
37 template <
typename AuthenticationUrlT = Aws::String>
39 m_authenticationUrlHasBeenSet =
true;
40 m_authenticationUrl = std::forward<AuthenticationUrlT>(value);
42 template <
typename AuthenticationUrlT = Aws::String>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_authenticationUrlHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
GetAuthenticationUrlResult & WithAuthenticationUrl(AuthenticationUrlT &&value)
AWS_CONNECTPARTICIPANT_API GetAuthenticationUrlResult()=default
const Aws::String & GetAuthenticationUrl() const
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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
void SetAuthenticationUrl(AuthenticationUrlT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue