7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
9#include <aws/devops-agent/model/GitLabTokenType.h>
20namespace DevOpsAgent {
42 template <
typename TargetUrlT = Aws::String>
44 m_targetUrlHasBeenSet =
true;
45 m_targetUrl = std::forward<TargetUrlT>(value);
47 template <
typename TargetUrlT = Aws::String>
61 m_tokenTypeHasBeenSet =
true;
76 template <
typename GroupIdT = Aws::String>
78 m_groupIdHasBeenSet =
true;
79 m_groupId = std::forward<GroupIdT>(value);
81 template <
typename GroupIdT = Aws::String>
93 bool m_targetUrlHasBeenSet =
false;
94 bool m_tokenTypeHasBeenSet =
false;
95 bool m_groupIdHasBeenSet =
false;
bool TargetUrlHasBeenSet() const
bool TokenTypeHasBeenSet() const
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEVOPSAGENT_API RegisteredGitLabServiceDetails()=default
RegisteredGitLabServiceDetails & WithTargetUrl(TargetUrlT &&value)
void SetTargetUrl(TargetUrlT &&value)
bool GroupIdHasBeenSet() const
AWS_DEVOPSAGENT_API RegisteredGitLabServiceDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTokenType(GitLabTokenType value)
RegisteredGitLabServiceDetails & WithGroupId(GroupIdT &&value)
AWS_DEVOPSAGENT_API RegisteredGitLabServiceDetails(Aws::Utils::Json::JsonView jsonValue)
GitLabTokenType GetTokenType() const
const Aws::String & GetTargetUrl() const
const Aws::String & GetGroupId() const
void SetGroupId(GroupIdT &&value)
RegisteredGitLabServiceDetails & WithTokenType(GitLabTokenType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue