7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace ConnectParticipant
42 template<
typename AuthenticationUrlT = Aws::String>
43 void SetAuthenticationUrl(AuthenticationUrlT&& value) { m_authenticationUrlHasBeenSet =
true; m_authenticationUrl = std::forward<AuthenticationUrlT>(value); }
44 template<
typename AuthenticationUrlT = Aws::String>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_authenticationUrlHasBeenSet =
false;
62 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)
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