toValue method
Implementation
String toValue() {
switch (this) {
case ImagePullCredentialsType.codebuild:
return 'CODEBUILD';
case ImagePullCredentialsType.serviceRole:
return 'SERVICE_ROLE';
}
}
String toValue() {
switch (this) {
case ImagePullCredentialsType.codebuild:
return 'CODEBUILD';
case ImagePullCredentialsType.serviceRole:
return 'SERVICE_ROLE';
}
}