7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
9#include <aws/devops-agent/model/GithubRepoOwnerType.h>
20namespace DevOpsAgent {
42 template <
typename RepoNameT = Aws::String>
44 m_repoNameHasBeenSet =
true;
45 m_repoName = std::forward<RepoNameT>(value);
47 template <
typename RepoNameT = Aws::String>
60 template <
typename RepoIdT = Aws::String>
62 m_repoIdHasBeenSet =
true;
63 m_repoId = std::forward<RepoIdT>(value);
65 template <
typename RepoIdT = Aws::String>
78 template <
typename OwnerT = Aws::String>
80 m_ownerHasBeenSet =
true;
81 m_owner = std::forward<OwnerT>(value);
83 template <
typename OwnerT = Aws::String>
85 SetOwner(std::forward<OwnerT>(value));
95 m_ownerTypeHasBeenSet =
true;
110 template <
typename InstanceIdentifierT = Aws::String>
112 m_instanceIdentifierHasBeenSet =
true;
113 m_instanceIdentifier = std::forward<InstanceIdentifierT>(value);
115 template <
typename InstanceIdentifierT = Aws::String>
131 bool m_repoNameHasBeenSet =
false;
132 bool m_repoIdHasBeenSet =
false;
133 bool m_ownerHasBeenSet =
false;
134 bool m_ownerTypeHasBeenSet =
false;
135 bool m_instanceIdentifierHasBeenSet =
false;
const Aws::String & GetRepoId() const
bool InstanceIdentifierHasBeenSet() const
AWS_DEVOPSAGENT_API GitHubConfiguration()=default
void SetRepoId(RepoIdT &&value)
void SetOwnerType(GithubRepoOwnerType value)
bool OwnerHasBeenSet() const
void SetOwner(OwnerT &&value)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRepoName() const
const Aws::String & GetInstanceIdentifier() const
GitHubConfiguration & WithOwner(OwnerT &&value)
bool OwnerTypeHasBeenSet() const
GitHubConfiguration & WithOwnerType(GithubRepoOwnerType value)
const Aws::String & GetOwner() const
void SetInstanceIdentifier(InstanceIdentifierT &&value)
GitHubConfiguration & WithRepoName(RepoNameT &&value)
GitHubConfiguration & WithInstanceIdentifier(InstanceIdentifierT &&value)
GithubRepoOwnerType GetOwnerType() const
GitHubConfiguration & WithRepoId(RepoIdT &&value)
void SetRepoName(RepoNameT &&value)
AWS_DEVOPSAGENT_API GitHubConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RepoIdHasBeenSet() const
AWS_DEVOPSAGENT_API GitHubConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool RepoNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue