7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
57 template <
typename WorkspaceT = Aws::String>
59 m_workspaceHasBeenSet =
true;
60 m_workspace = std::forward<WorkspaceT>(value);
62 template <
typename WorkspaceT = Aws::String>
72 bool m_nameHasBeenSet =
false;
73 bool m_workspaceHasBeenSet =
false;
const Aws::String & GetWorkspace() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYAGENT_API BitbucketRepositoryResource()=default
AWS_SECURITYAGENT_API BitbucketRepositoryResource(Aws::Utils::Json::JsonView jsonValue)
BitbucketRepositoryResource & WithWorkspace(WorkspaceT &&value)
bool WorkspaceHasBeenSet() const
void SetName(NameT &&value)
void SetWorkspace(WorkspaceT &&value)
bool NameHasBeenSet() const
AWS_SECURITYAGENT_API BitbucketRepositoryResource & operator=(Aws::Utils::Json::JsonView jsonValue)
BitbucketRepositoryResource & WithName(NameT &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue