toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AssociationExecutionFilterKey.executionId:
      return 'ExecutionId';
    case AssociationExecutionFilterKey.status:
      return 'Status';
    case AssociationExecutionFilterKey.createdTime:
      return 'CreatedTime';
  }
}