7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/grafana/model/AuthenticationDescription.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace ManagedGrafana
42 template<
typename AuthenticationT = AuthenticationDescription>
43 void SetAuthentication(AuthenticationT&& value) { m_authenticationHasBeenSet =
true; m_authentication = std::forward<AuthenticationT>(value); }
44 template<
typename AuthenticationT = AuthenticationDescription>
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_authenticationHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
void SetAuthentication(AuthenticationT &&value)
UpdateWorkspaceAuthenticationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_MANAGEDGRAFANA_API UpdateWorkspaceAuthenticationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateWorkspaceAuthenticationResult & WithAuthentication(AuthenticationT &&value)
const Aws::String & GetRequestId() const
AWS_MANAGEDGRAFANA_API UpdateWorkspaceAuthenticationResult()=default
const AuthenticationDescription & GetAuthentication() const
AWS_MANAGEDGRAFANA_API UpdateWorkspaceAuthenticationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue