7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
9#include <aws/devops-agent/model/DynatraceServiceAuthorizationConfig.h>
20namespace DevOpsAgent {
42 template <
typename AccountUrnT = Aws::String>
44 m_accountUrnHasBeenSet =
true;
45 m_accountUrn = std::forward<AccountUrnT>(value);
47 template <
typename AccountUrnT = Aws::String>
61 template <
typename AuthorizationConfigT = DynatraceServiceAuthorizationConfig>
63 m_authorizationConfigHasBeenSet =
true;
64 m_authorizationConfig = std::forward<AuthorizationConfigT>(value);
66 template <
typename AuthorizationConfigT = DynatraceServiceAuthorizationConfig>
76 bool m_accountUrnHasBeenSet =
false;
77 bool m_authorizationConfigHasBeenSet =
false;
void SetAccountUrn(AccountUrnT &&value)
DynatraceServiceDetails & WithAccountUrn(AccountUrnT &&value)
void SetAuthorizationConfig(AuthorizationConfigT &&value)
AWS_DEVOPSAGENT_API DynatraceServiceDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AuthorizationConfigHasBeenSet() const
AWS_DEVOPSAGENT_API DynatraceServiceDetails()=default
bool AccountUrnHasBeenSet() const
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAccountUrn() const
AWS_DEVOPSAGENT_API DynatraceServiceDetails(Aws::Utils::Json::JsonView jsonValue)
const DynatraceServiceAuthorizationConfig & GetAuthorizationConfig() const
DynatraceServiceDetails & WithAuthorizationConfig(AuthorizationConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue