63 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
98 inline void SetRepositoryId(
const char* value) { m_repositoryIdHasBeenSet =
true; m_repositoryId.assign(value); }
133 inline void SetRepositoryName(
const char* value) { m_repositoryNameHasBeenSet =
true; m_repositoryName.assign(value); }
168 inline void SetRepositoryDescription(
const char* value) { m_repositoryDescriptionHasBeenSet =
true; m_repositoryDescription.assign(value); }
203 inline void SetDefaultBranch(
const char* value) { m_defaultBranchHasBeenSet =
true; m_defaultBranch.assign(value); }
288 inline void SetCloneUrlHttp(
const char* value) { m_cloneUrlHttpHasBeenSet =
true; m_cloneUrlHttp.assign(value); }
323 inline void SetCloneUrlSsh(
const char* value) { m_cloneUrlSshHasBeenSet =
true; m_cloneUrlSsh.assign(value); }
358 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
377 bool m_accountIdHasBeenSet;
379 bool m_repositoryIdHasBeenSet;
381 bool m_repositoryNameHasBeenSet;
383 bool m_repositoryDescriptionHasBeenSet;
385 bool m_defaultBranchHasBeenSet;
387 bool m_lastModifiedDateHasBeenSet;
389 bool m_creationDateHasBeenSet;
391 bool m_cloneUrlHttpHasBeenSet;
393 bool m_cloneUrlSshHasBeenSet;
395 bool m_arnHasBeenSet;
#define AWS_CODECOMMIT_API
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
JSON (JavaScript Object Notation).