7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename RepositoryNameT = Aws::String>
47 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
48 template<
typename RepositoryNameT = Aws::String>
58 template<
typename RepositoryIdT = Aws::String>
59 void SetRepositoryId(RepositoryIdT&& value) { m_repositoryIdHasBeenSet =
true; m_repositoryId = std::forward<RepositoryIdT>(value); }
60 template<
typename RepositoryIdT = Aws::String>
66 bool m_repositoryNameHasBeenSet =
false;
69 bool m_repositoryIdHasBeenSet =
false;
const Aws::String & GetRepositoryName() const
const Aws::String & GetRepositoryId() const
RepositoryNameIdPair & WithRepositoryName(RepositoryNameT &&value)
AWS_CODECOMMIT_API Aws::Utils::Json::JsonValue Jsonize() const
bool RepositoryNameHasBeenSet() const
AWS_CODECOMMIT_API RepositoryNameIdPair & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODECOMMIT_API RepositoryNameIdPair(Aws::Utils::Json::JsonView jsonValue)
void SetRepositoryId(RepositoryIdT &&value)
bool RepositoryIdHasBeenSet() const
AWS_CODECOMMIT_API RepositoryNameIdPair()=default
RepositoryNameIdPair & WithRepositoryId(RepositoryIdT &&value)
void SetRepositoryName(RepositoryNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue