toValue method
Implementation
String toValue() {
switch (this) {
case EndpointSortKey.name:
return 'Name';
case EndpointSortKey.creationTime:
return 'CreationTime';
case EndpointSortKey.status:
return 'Status';
}
}
String toValue() {
switch (this) {
case EndpointSortKey.name:
return 'Name';
case EndpointSortKey.creationTime:
return 'CreationTime';
case EndpointSortKey.status:
return 'Status';
}
}