7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/proton/Proton_EXPORTS.h>
9#include <aws/proton/model/RepositoryProvider.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename BranchT = Aws::String>
61 m_branchHasBeenSet =
true;
62 m_branch = std::forward<BranchT>(value);
64 template <
typename BranchT = Aws::String>
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
96 m_providerHasBeenSet =
true;
112 bool m_arnHasBeenSet =
false;
113 bool m_branchHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
115 bool m_providerHasBeenSet =
false;
void SetName(NameT &&value)
AWS_PROTON_API RepositoryBranch & operator=(Aws::Utils::Json::JsonView jsonValue)
RepositoryBranch & WithArn(ArnT &&value)
RepositoryBranch & WithProvider(RepositoryProvider value)
const Aws::String & GetArn() const
bool ProviderHasBeenSet() const
RepositoryBranch & WithName(NameT &&value)
void SetArn(ArnT &&value)
RepositoryProvider GetProvider() const
AWS_PROTON_API RepositoryBranch()=default
bool BranchHasBeenSet() const
bool NameHasBeenSet() const
void SetProvider(RepositoryProvider value)
RepositoryBranch & WithBranch(BranchT &&value)
AWS_PROTON_API RepositoryBranch(Aws::Utils::Json::JsonView jsonValue)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
void SetBranch(BranchT &&value)
const Aws::String & GetBranch() const
bool ArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue