7#include <aws/sso-admin/SSOAdmin_EXPORTS.h>
8#include <aws/sso-admin/model/AuthenticationMethod.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename AuthenticationMethodT = AuthenticationMethod>
43 void SetAuthenticationMethod(AuthenticationMethodT&& value) { m_authenticationMethodHasBeenSet =
true; m_authenticationMethod = std::forward<AuthenticationMethodT>(value); }
44 template<
typename AuthenticationMethodT = AuthenticationMethod>
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_authenticationMethodHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
GetApplicationAuthenticationMethodResult & WithRequestId(RequestIdT &&value)
AWS_SSOADMIN_API GetApplicationAuthenticationMethodResult()=default
AWS_SSOADMIN_API GetApplicationAuthenticationMethodResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetApplicationAuthenticationMethodResult & WithAuthenticationMethod(AuthenticationMethodT &&value)
void SetRequestId(RequestIdT &&value)
void SetAuthenticationMethod(AuthenticationMethodT &&value)
AWS_SSOADMIN_API GetApplicationAuthenticationMethodResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const AuthenticationMethod & GetAuthenticationMethod() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue