7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codecommit/model/BatchGetRepositoriesErrorCodeEnum.h>
51 inline void SetRepositoryId(
const char* value) { m_repositoryIdHasBeenSet =
true; m_repositoryId.assign(value); }
66 inline void SetRepositoryName(
const char* value) { m_repositoryNameHasBeenSet =
true; m_repositoryName.assign(value); }
93 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
101 bool m_repositoryIdHasBeenSet =
false;
104 bool m_repositoryNameHasBeenSet =
false;
107 bool m_errorCodeHasBeenSet =
false;
110 bool m_errorMessageHasBeenSet =
false;
BatchGetRepositoriesError & WithRepositoryId(const char *value)
BatchGetRepositoriesError & WithErrorCode(const BatchGetRepositoriesErrorCodeEnum &value)
void SetErrorMessage(const Aws::String &value)
BatchGetRepositoriesError & WithRepositoryId(Aws::String &&value)
AWS_CODECOMMIT_API BatchGetRepositoriesError & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchGetRepositoriesError & WithErrorMessage(const char *value)
const BatchGetRepositoriesErrorCodeEnum & GetErrorCode() const
AWS_CODECOMMIT_API BatchGetRepositoriesError()
void SetRepositoryName(const char *value)
BatchGetRepositoriesError & WithErrorCode(BatchGetRepositoriesErrorCodeEnum &&value)
void SetRepositoryName(Aws::String &&value)
const Aws::String & GetRepositoryId() const
AWS_CODECOMMIT_API BatchGetRepositoriesError(Aws::Utils::Json::JsonView jsonValue)
BatchGetRepositoriesError & WithErrorMessage(Aws::String &&value)
const Aws::String & GetErrorMessage() const
void SetRepositoryId(Aws::String &&value)
BatchGetRepositoriesError & WithRepositoryId(const Aws::String &value)
BatchGetRepositoriesError & WithRepositoryName(Aws::String &&value)
void SetRepositoryName(const Aws::String &value)
void SetRepositoryId(const Aws::String &value)
bool RepositoryNameHasBeenSet() const
bool RepositoryIdHasBeenSet() const
void SetErrorCode(const BatchGetRepositoriesErrorCodeEnum &value)
BatchGetRepositoriesError & WithRepositoryName(const Aws::String &value)
const Aws::String & GetRepositoryName() const
BatchGetRepositoriesError & WithRepositoryName(const char *value)
void SetErrorMessage(const char *value)
bool ErrorMessageHasBeenSet() const
AWS_CODECOMMIT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorCode(BatchGetRepositoriesErrorCodeEnum &&value)
BatchGetRepositoriesError & WithErrorMessage(const Aws::String &value)
bool ErrorCodeHasBeenSet() const
void SetRepositoryId(const char *value)
void SetErrorMessage(Aws::String &&value)
BatchGetRepositoriesErrorCodeEnum
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue