7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename RepositoryNameT = Aws::String>
48 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
49 template<
typename RepositoryNameT = Aws::String>
60 template<
typename BranchNameT = Aws::String>
61 void SetBranchName(BranchNameT&& value) { m_branchNameHasBeenSet =
true; m_branchName = std::forward<BranchNameT>(value); }
62 template<
typename BranchNameT = Aws::String>
68 bool m_repositoryNameHasBeenSet =
false;
71 bool m_branchNameHasBeenSet =
false;
AWS_CODECATALYST_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBranchName(BranchNameT &&value)
const Aws::String & GetRepositoryName() const
DevEnvironmentRepositorySummary & WithBranchName(BranchNameT &&value)
const Aws::String & GetBranchName() const
bool BranchNameHasBeenSet() const
AWS_CODECATALYST_API DevEnvironmentRepositorySummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CODECATALYST_API DevEnvironmentRepositorySummary()=default
AWS_CODECATALYST_API DevEnvironmentRepositorySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RepositoryNameHasBeenSet() const
void SetRepositoryName(RepositoryNameT &&value)
DevEnvironmentRepositorySummary & WithRepositoryName(RepositoryNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue