7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/grafana/ManagedGrafana_EXPORTS.h>
10#include <aws/grafana/model/AuthenticationDescription.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ManagedGrafana {
38 template <
typename AuthenticationT = AuthenticationDescription>
40 m_authenticationHasBeenSet =
true;
41 m_authentication = std::forward<AuthenticationT>(value);
43 template <
typename AuthenticationT = AuthenticationDescription>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
71 bool m_authenticationHasBeenSet =
false;
72 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
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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