7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
38 template <
typename NameT = Aws::String>
40 m_nameHasBeenSet =
true;
41 m_name = std::forward<NameT>(value);
43 template <
typename NameT = Aws::String>
45 SetName(std::forward<NameT>(value));
56 template <
typename NamespaceT = Aws::String>
58 m_namespaceHasBeenSet =
true;
59 m_namespace = std::forward<NamespaceT>(value);
61 template <
typename NamespaceT = Aws::String>
71 bool m_nameHasBeenSet =
false;
72 bool m_namespaceHasBeenSet =
false;
AWS_SECURITYAGENT_API GitLabRepositoryResource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
GitLabRepositoryResource & WithNamespace(NamespaceT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
bool NamespaceHasBeenSet() const
GitLabRepositoryResource & WithName(NameT &&value)
AWS_SECURITYAGENT_API GitLabRepositoryResource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNamespace() const
AWS_SECURITYAGENT_API GitLabRepositoryResource()=default
void SetNamespace(NamespaceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue