7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/grafana/ManagedGrafana_EXPORTS.h>
9#include <aws/grafana/model/AuthenticationDescription.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ManagedGrafana {
37 template <
typename AuthenticationT = AuthenticationDescription>
39 m_authenticationHasBeenSet =
true;
40 m_authentication = std::forward<AuthenticationT>(value);
42 template <
typename AuthenticationT = AuthenticationDescription>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
67 bool m_authenticationHasBeenSet =
false;
68 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