7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
9#include <aws/devops-agent/model/MCPServerAuthorizationConfig.h>
20namespace DevOpsAgent {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename Endpo
intT = Aws::String>
62 m_endpointHasBeenSet =
true;
63 m_endpoint = std::forward<EndpointT>(value);
65 template <
typename Endpo
intT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename AuthorizationConfigT = MCPServerAuthorizationConfig>
98 m_authorizationConfigHasBeenSet =
true;
99 m_authorizationConfig = std::forward<AuthorizationConfigT>(value);
101 template <
typename AuthorizationConfigT = MCPServerAuthorizationConfig>
115 bool m_nameHasBeenSet =
false;
116 bool m_endpointHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
118 bool m_authorizationConfigHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
bool AuthorizationConfigHasBeenSet() const
void SetAuthorizationConfig(AuthorizationConfigT &&value)
bool DescriptionHasBeenSet() const
void SetEndpoint(EndpointT &&value)
void SetName(NameT &&value)
AWS_DEVOPSAGENT_API GrafanaServiceDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
GrafanaServiceDetails & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
GrafanaServiceDetails & WithEndpoint(EndpointT &&value)
bool EndpointHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetEndpoint() const
const MCPServerAuthorizationConfig & GetAuthorizationConfig() const
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
GrafanaServiceDetails & WithName(NameT &&value)
AWS_DEVOPSAGENT_API GrafanaServiceDetails()=default
AWS_DEVOPSAGENT_API GrafanaServiceDetails(Aws::Utils::Json::JsonView jsonValue)
GrafanaServiceDetails & WithAuthorizationConfig(AuthorizationConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue