7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/ConnectParticipantRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConnectParticipant
43 template<
typename SessionIdT = Aws::String>
44 void SetSessionId(SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
45 template<
typename SessionIdT = Aws::String>
56 template<
typename RedirectUriT = Aws::String>
57 void SetRedirectUri(RedirectUriT&& value) { m_redirectUriHasBeenSet =
true; m_redirectUri = std::forward<RedirectUriT>(value); }
58 template<
typename RedirectUriT = Aws::String>
68 template<
typename ConnectionTokenT = Aws::String>
69 void SetConnectionToken(ConnectionTokenT&& value) { m_connectionTokenHasBeenSet =
true; m_connectionToken = std::forward<ConnectionTokenT>(value); }
70 template<
typename ConnectionTokenT = Aws::String>
76 bool m_sessionIdHasBeenSet =
false;
79 bool m_redirectUriHasBeenSet =
false;
82 bool m_connectionTokenHasBeenSet =
false;
void SetConnectionToken(ConnectionTokenT &&value)
GetAuthenticationUrlRequest & WithConnectionToken(ConnectionTokenT &&value)
bool ConnectionTokenHasBeenSet() const
GetAuthenticationUrlRequest & WithSessionId(SessionIdT &&value)
AWS_CONNECTPARTICIPANT_API GetAuthenticationUrlRequest()=default
const Aws::String & GetConnectionToken() const
AWS_CONNECTPARTICIPANT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetSessionId() const
GetAuthenticationUrlRequest & WithRedirectUri(RedirectUriT &&value)
void SetSessionId(SessionIdT &&value)
bool SessionIdHasBeenSet() const
void SetRedirectUri(RedirectUriT &&value)
const Aws::String & GetRedirectUri() const
bool RedirectUriHasBeenSet() const
AWS_CONNECTPARTICIPANT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String