7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
9#include <aws/devops-agent/model/MCPServerAuthorizationMethod.h>
20namespace DevOpsAgent {
42 template <
typename Endpo
intT = Aws::String>
44 m_endpointHasBeenSet =
true;
45 m_endpoint = std::forward<EndpointT>(value);
47 template <
typename Endpo
intT = Aws::String>
61 m_authorizationMethodHasBeenSet =
true;
62 m_authorizationMethod = value;
73 bool m_endpointHasBeenSet =
false;
74 bool m_authorizationMethodHasBeenSet =
false;
bool AuthorizationMethodHasBeenSet() const
const Aws::String & GetEndpoint() const
AWS_DEVOPSAGENT_API RegisteredGrafanaServerDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
MCPServerAuthorizationMethod GetAuthorizationMethod() const
AWS_DEVOPSAGENT_API RegisteredGrafanaServerDetails()=default
void SetAuthorizationMethod(MCPServerAuthorizationMethod value)
AWS_DEVOPSAGENT_API RegisteredGrafanaServerDetails(Aws::Utils::Json::JsonView jsonValue)
bool EndpointHasBeenSet() const
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndpoint(EndpointT &&value)
RegisteredGrafanaServerDetails & WithAuthorizationMethod(MCPServerAuthorizationMethod value)
RegisteredGrafanaServerDetails & WithEndpoint(EndpointT &&value)
MCPServerAuthorizationMethod
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue