7#include <aws/connectparticipant/ConnectParticipantRequest.h>
8#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConnectParticipant {
39 template <
typename SessionIdT = Aws::String>
41 m_sessionIdHasBeenSet =
true;
42 m_sessionId = std::forward<SessionIdT>(value);
44 template <
typename SessionIdT = Aws::String>
58 template <
typename RedirectUriT = Aws::String>
60 m_redirectUriHasBeenSet =
true;
61 m_redirectUri = std::forward<RedirectUriT>(value);
63 template <
typename RedirectUriT = Aws::String>
76 template <
typename ConnectionTokenT = Aws::String>
78 m_connectionTokenHasBeenSet =
true;
79 m_connectionToken = std::forward<ConnectionTokenT>(value);
81 template <
typename ConnectionTokenT = Aws::String>
93 bool m_sessionIdHasBeenSet =
false;
94 bool m_redirectUriHasBeenSet =
false;
95 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