7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename RepositoryNameT = Aws::String>
42 m_repositoryNameHasBeenSet =
true;
43 m_repositoryName = std::forward<RepositoryNameT>(value);
45 template <
typename RepositoryNameT = Aws::String>
58 template <
typename RepositoryIdT = Aws::String>
60 m_repositoryIdHasBeenSet =
true;
61 m_repositoryId = std::forward<RepositoryIdT>(value);
63 template <
typename RepositoryIdT = Aws::String>
73 bool m_repositoryNameHasBeenSet =
false;
74 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