7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wickr/Wickr_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ApplicationNameT = Aws::String>
37 m_applicationNameHasBeenSet =
true;
38 m_applicationName = std::forward<ApplicationNameT>(value);
40 template <
typename ApplicationNameT = Aws::String>
52 template <
typename ClientIdT = Aws::String>
54 m_clientIdHasBeenSet =
true;
55 m_clientId = std::forward<ClientIdT>(value);
57 template <
typename ClientIdT = Aws::String>
69 template <
typename CompanyIdT = Aws::String>
71 m_companyIdHasBeenSet =
true;
72 m_companyId = std::forward<CompanyIdT>(value);
74 template <
typename CompanyIdT = Aws::String>
86 template <
typename ScopesT = Aws::String>
88 m_scopesHasBeenSet =
true;
89 m_scopes = std::forward<ScopesT>(value);
91 template <
typename ScopesT = Aws::String>
103 template <
typename IssuerT = Aws::String>
105 m_issuerHasBeenSet =
true;
106 m_issuer = std::forward<IssuerT>(value);
108 template <
typename IssuerT = Aws::String>
120 template <
typename ClientSecretT = Aws::String>
122 m_clientSecretHasBeenSet =
true;
123 m_clientSecret = std::forward<ClientSecretT>(value);
125 template <
typename ClientSecretT = Aws::String>
137 template <
typename SecretT = Aws::String>
139 m_secretHasBeenSet =
true;
140 m_secret = std::forward<SecretT>(value);
142 template <
typename SecretT = Aws::String>
154 template <
typename RedirectUrlT = Aws::String>
156 m_redirectUrlHasBeenSet =
true;
157 m_redirectUrl = std::forward<RedirectUrlT>(value);
159 template <
typename RedirectUrlT = Aws::String>
171 template <
typename UserIdT = Aws::String>
173 m_userIdHasBeenSet =
true;
174 m_userId = std::forward<UserIdT>(value);
176 template <
typename UserIdT = Aws::String>
188 template <
typename CustomUsernameT = Aws::String>
190 m_customUsernameHasBeenSet =
true;
191 m_customUsername = std::forward<CustomUsernameT>(value);
193 template <
typename CustomUsernameT = Aws::String>
205 template <
typename CaCertificateT = Aws::String>
207 m_caCertificateHasBeenSet =
true;
208 m_caCertificate = std::forward<CaCertificateT>(value);
210 template <
typename CaCertificateT = Aws::String>
223 m_applicationIdHasBeenSet =
true;
224 m_applicationId = value;
238 m_ssoTokenBufferMinutesHasBeenSet =
true;
239 m_ssoTokenBufferMinutes = value;
252 template <
typename ExtraAuthParamsT = Aws::String>
254 m_extraAuthParamsHasBeenSet =
true;
255 m_extraAuthParams = std::forward<ExtraAuthParamsT>(value);
257 template <
typename ExtraAuthParamsT = Aws::String>
267 template <
typename RequestIdT = Aws::String>
269 m_requestIdHasBeenSet =
true;
270 m_requestId = std::forward<RequestIdT>(value);
272 template <
typename RequestIdT = Aws::String>
303 int m_applicationId{0};
305 int m_ssoTokenBufferMinutes{0};
311 bool m_applicationNameHasBeenSet =
false;
312 bool m_clientIdHasBeenSet =
false;
313 bool m_companyIdHasBeenSet =
false;
314 bool m_scopesHasBeenSet =
false;
315 bool m_issuerHasBeenSet =
false;
316 bool m_clientSecretHasBeenSet =
false;
317 bool m_secretHasBeenSet =
false;
318 bool m_redirectUrlHasBeenSet =
false;
319 bool m_userIdHasBeenSet =
false;
320 bool m_customUsernameHasBeenSet =
false;
321 bool m_caCertificateHasBeenSet =
false;
322 bool m_applicationIdHasBeenSet =
false;
323 bool m_ssoTokenBufferMinutesHasBeenSet =
false;
324 bool m_extraAuthParamsHasBeenSet =
false;
325 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetClientId() const
RegisterOidcConfigResult & WithUserId(UserIdT &&value)
RegisterOidcConfigResult & WithApplicationId(int value)
RegisterOidcConfigResult & WithClientSecret(ClientSecretT &&value)
void SetExtraAuthParams(ExtraAuthParamsT &&value)
const Aws::String & GetClientSecret() const
const Aws::String & GetRedirectUrl() const
RegisterOidcConfigResult & WithSsoTokenBufferMinutes(int value)
AWS_WICKR_API RegisterOidcConfigResult()=default
void SetRedirectUrl(RedirectUrlT &&value)
RegisterOidcConfigResult & WithExtraAuthParams(ExtraAuthParamsT &&value)
const Aws::String & GetExtraAuthParams() const
RegisterOidcConfigResult & WithApplicationName(ApplicationNameT &&value)
void SetScopes(ScopesT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
RegisterOidcConfigResult & WithIssuer(IssuerT &&value)
void SetClientSecret(ClientSecretT &&value)
const Aws::String & GetScopes() const
RegisterOidcConfigResult & WithScopes(ScopesT &&value)
void SetRequestId(RequestIdT &&value)
RegisterOidcConfigResult & WithRedirectUrl(RedirectUrlT &&value)
const Aws::String & GetCompanyId() const
void SetUserId(UserIdT &&value)
int GetApplicationId() const
void SetIssuer(IssuerT &&value)
RegisterOidcConfigResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetIssuer() const
RegisterOidcConfigResult & WithSecret(SecretT &&value)
void SetClientId(ClientIdT &&value)
const Aws::String & GetCustomUsername() const
const Aws::String & GetUserId() const
const Aws::String & GetSecret() const
AWS_WICKR_API RegisterOidcConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCaCertificate(CaCertificateT &&value)
void SetApplicationId(int value)
void SetCustomUsername(CustomUsernameT &&value)
void SetCompanyId(CompanyIdT &&value)
RegisterOidcConfigResult & WithClientId(ClientIdT &&value)
RegisterOidcConfigResult & WithCaCertificate(CaCertificateT &&value)
AWS_WICKR_API RegisterOidcConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSsoTokenBufferMinutes(int value)
const Aws::String & GetApplicationName() const
RegisterOidcConfigResult & WithCompanyId(CompanyIdT &&value)
const Aws::String & GetRequestId() const
int GetSsoTokenBufferMinutes() const
const Aws::String & GetCaCertificate() const
void SetSecret(SecretT &&value)
void SetApplicationName(ApplicationNameT &&value)
RegisterOidcConfigResult & WithCustomUsername(CustomUsernameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue