toValue method
Implementation
String toValue() {
switch (this) {
case SourceRepository.codeCommit:
return 'CodeCommit';
case SourceRepository.s3:
return 'S3';
}
}
String toValue() {
switch (this) {
case SourceRepository.codeCommit:
return 'CodeCommit';
case SourceRepository.s3:
return 'S3';
}
}