toValue method
Implementation
String toValue() {
switch (this) {
case S3GranteeTypeIdentifier.id:
return 'id';
case S3GranteeTypeIdentifier.emailAddress:
return 'emailAddress';
case S3GranteeTypeIdentifier.uri:
return 'uri';
}
}